Html Css Color HEX #556DB8 Chetwode Blue

📋 copy color: '#556DB8'

red 85 ◦ green 109 ◦ blue 184

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

Shades of Chetwode Blue #556DB8

Tints of Chetwode Blue #556DB8

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.84%

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

R = 22.49%
G = 28.84%
B = 48.68%

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

#556DB8 (or 0x556DB8) is known color: Chetwode Blue. HEX triplet: 55, 6D and B8. RGB value is (85,109,184). Sum of RGB (Red+Green+Blue) = 85+109+184=378 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.49% from 378); Green value is 109 (42.97% from 255 or 28.84% from 378); Blue value is 184 (72.27% from 255 or 48.68% from 378); Max value from RGB is 184 - color contains mainly: blue. Hex color #556DB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #556DB8 is #AA9247. Grayscale: #6E6E6E. Windows color (decimal): -11178568 or 12086613. OLE color: 12086613.

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

Color convert

RGB 85 109 184 -
CMYK 0.54 0.41 0 0.28
HSL 225.45º 0.41% 0.53% -
HSV(B) 225.45º 0.54% 0.72% -
XYZ 17.87 16.33 47.56 -
YUV 110.37 169.55 109.9 -
System Red Green Blue C M Y K H S L
Decimal 85 109 184 0.54 0.41 0 0.28 225.45 0.41 0.53
Hex 55 6D B8 36 29 0 1C E1 29 35
Octal 125 155 270 66 51 0 34 341 51 65
Binary 1010101 1101101 10111000 110110 101001 0 11100 11100001 101001 110101

Color Harmonies of #556DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556DB8

Black with #556DB8

Text Example


Text Example

White with #556DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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