Html Css Color HEX #556CB8 Chetwode Blue

📋 copy color: '#556CB8'

red 85 ◦ green 108 ◦ blue 184

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

Shades of Chetwode Blue #556CB8

Tints of Chetwode Blue #556CB8

RGB

 RED value IS 85 (33.59% from 255) = 22.55%

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

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

R = 22.55%
G = 28.65%
B = 48.81%

CMYK

 C value IS 0.54

 M value IS 0.41

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#556CB8 (or 0x556CB8) is known color: Chetwode Blue. HEX triplet: 55, 6C and B8. RGB value is (85,108,184). Sum of RGB (Red+Green+Blue) = 85+108+184=377 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.55% from 377); Green value is 108 (42.58% from 255 or 28.65% from 377); Blue value is 184 (72.27% from 255 or 48.81% from 377); Max value from RGB is 184 - color contains mainly: blue. Hex color #556CB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #556CB8 is #AA9347. Grayscale: #6D6D6D. Windows color (decimal): -11178824 or 12086357. OLE color: 12086357.

HSL color Cylindrical-coordinate representation of color #556CB8: hue angle of 226.06º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #556CB8 is Cyan = 0.54, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 85 108 184 -
CMYK 0.54 0.41 0 0.28
HSL 226.06º 0.41% 0.53% -
HSV(B) 226.06º 0.54% 0.72% -
XYZ 17.76 16.12 47.52 -
YUV 109.79 169.88 110.32 -
System Red Green Blue C M Y K H S L
Decimal 85 108 184 0.54 0.41 0 0.28 226.06 0.41 0.53
Hex 55 6C B8 36 29 0 1C E2 29 35
Octal 125 154 270 66 51 0 34 342 51 65
Binary 1010101 1101100 10111000 110110 101001 0 11100 11100010 101001 110101

Color Harmonies of #556CB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556CB8

Black with #556CB8

Text Example


Text Example

White with #556CB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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