Html Css Color HEX #506CB8 Chetwode Blue

📋 copy color: '#506CB8'

red 80 ◦ green 108 ◦ blue 184

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

Shades of Chetwode Blue #506CB8

Tints of Chetwode Blue #506CB8

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.03%

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

R = 21.51%
G = 29.03%
B = 49.46%

CMYK

 C value IS 0.57

 M value IS 0.41

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#506CB8 (or 0x506CB8) is known color: Chetwode Blue. HEX triplet: 50, 6C and B8. RGB value is (80,108,184). Sum of RGB (Red+Green+Blue) = 80+108+184=372 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.51% from 372); Green value is 108 (42.58% from 255 or 29.03% from 372); Blue value is 184 (72.27% from 255 or 49.46% from 372); Max value from RGB is 184 - color contains mainly: blue. Hex color #506CB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #506CB8 is #AF9347. Grayscale: #6B6B6B. Windows color (decimal): -11506504 or 12086352. OLE color: 12086352.

HSL color Cylindrical-coordinate representation of color #506CB8: hue angle of 223.85º 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 #506CB8 is Cyan = 0.57, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 80 108 184 -
CMYK 0.57 0.41 0 0.28
HSL 223.85º 0.42% 0.52% -
HSV(B) 223.85º 0.57% 0.72% -
XYZ 17.32 15.89 47.5 -
YUV 108.29 170.72 107.82 -
System Red Green Blue C M Y K H S L
Decimal 80 108 184 0.57 0.41 0 0.28 223.85 0.42 0.52
Hex 50 6C B8 39 29 0 1C E0 2A 34
Octal 120 154 270 71 51 0 34 340 52 64
Binary 1010000 1101100 10111000 111001 101001 0 11100 11100000 101010 110100

Color Harmonies of #506CB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506CB8

Black with #506CB8

Text Example


Text Example

White with #506CB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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