Html Css Color HEX #556BB8 Chetwode Blue

📋 copy color: '#556BB8'

red 85 ◦ green 107 ◦ blue 184

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

Shades of Chetwode Blue #556BB8

Tints of Chetwode Blue #556BB8

RGB

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

 GREEN value IS 107 (42.19% from 255) = 28.46%

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

R = 22.61%
G = 28.46%
B = 48.94%

CMYK

 C value IS 0.54

 M value IS 0.42

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#556BB8 (or 0x556BB8) is known color: Chetwode Blue. HEX triplet: 55, 6B and B8. RGB value is (85,107,184). Sum of RGB (Red+Green+Blue) = 85+107+184=376 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.61% from 376); Green value is 107 (42.19% from 255 or 28.46% from 376); Blue value is 184 (72.27% from 255 or 48.94% from 376); Max value from RGB is 184 - color contains mainly: blue. Hex color #556BB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #556BB8 is #AA9447. Grayscale: #6C6C6C. Windows color (decimal): -11179080 or 12086101. OLE color: 12086101.

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

Color convert

RGB 85 107 184 -
CMYK 0.54 0.42 0 0.28
HSL 226.67º 0.41% 0.53% -
HSV(B) 226.67º 0.54% 0.72% -
XYZ 17.66 15.91 47.49 -
YUV 109.2 170.21 110.74 -
System Red Green Blue C M Y K H S L
Decimal 85 107 184 0.54 0.42 0 0.28 226.67 0.41 0.53
Hex 55 6B B8 36 2A 0 1C E3 29 35
Octal 125 153 270 66 52 0 34 343 51 65
Binary 1010101 1101011 10111000 110110 101010 0 11100 11100011 101001 110101

Color Harmonies of #556BB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556BB8

Black with #556BB8

Text Example


Text Example

White with #556BB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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