Html Css Color HEX #506EB8 Chetwode Blue

📋 copy color: '#506EB8'

red 80 ◦ green 110 ◦ blue 184

#506EB8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chetwode Blue #506EB8

Tints of Chetwode Blue #506EB8

RGB

 RED value IS 80 (31.64% from 255) = 21.39%

 GREEN value IS 110 (43.36% from 255) = 29.41%

 BLUE value IS 184 (72.27% from 255) = 49.2%

R = 21.39%
G = 29.41%
B = 49.2%

CMYK

 C value IS 0.57

 M value IS 0.40

 Y value IS 0

 K value IS 0.28

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#506EB8 (or 0x506EB8) is known color: Chetwode Blue. HEX triplet: 50, 6E and B8. RGB value is (80,110,184). Sum of RGB (Red+Green+Blue) = 80+110+184=374 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.39% from 374); Green value is 110 (43.36% from 255 or 29.41% from 374); Blue value is 184 (72.27% from 255 or 49.20% from 374); Max value from RGB is 184 - color contains mainly: blue. Hex color #506EB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #506EB8 is #AF9147. Grayscale: #6D6D6D. Windows color (decimal): -11505992 or 12086864. OLE color: 12086864.

HSL color Cylindrical-coordinate representation of color #506EB8: hue angle of 222.69º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #506EB8 is Cyan = 0.57, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 80 110 184 -
CMYK 0.57 0.40 0 0.28
HSL 222.69º 0.42% 0.52% -
HSV(B) 222.69º 0.57% 0.72% -
XYZ 17.54 16.32 47.57 -
YUV 109.47 170.06 106.98 -
System Red Green Blue C M Y K H S L
Decimal 80 110 184 0.57 0.40 0 0.28 222.69 0.42 0.52
Hex 50 6E B8 39 28 0 1C DF 2A 34
Octal 120 156 270 71 50 0 34 337 52 64
Binary 1010000 1101110 10111000 111001 101000 0 11100 11011111 101010 110100

Color Harmonies of #506EB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506EB8

Black with #506EB8

Text Example


Text Example

White with #506EB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506EB8; }

 p { color: rgb(80,110,184); }

 H1.HeaderClassName
 {
   color: #506EB8;
 }
 .AnyTagClassName
 {
   color: #506EB8;
 }
</style>

background-color css

<style>
 a { background-color: #506EB8; }

 a { background-color: rgb(80,110,184); }

 div.DivClassName
 {
   background-color: #506EB8;
 }
 .BgClassName
 {
   background-color: #506EB8;
 }
</style>

border-color css

<style>
 span { border-color: #506EB8; }

 span { border-color: rgb(80,110,184); }

 td.TdClassName
 {
   border-color: #506EB8;
 }
 .TagClassName
 {
   border-color: #506EB8;
 }
</style>