Html Css Color HEX #556AAF Chetwode Blue

📋 copy color: '#556AAF'

red 85 ◦ green 106 ◦ blue 175

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

Shades of Chetwode Blue #556AAF

Tints of Chetwode Blue #556AAF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.96%

 BLUE value IS 175 (68.75% from 255) = 47.81%

R = 23.22%
G = 28.96%
B = 47.81%

CMYK

 C value IS 0.51

 M value IS 0.39

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#556AAF (or 0x556AAF) is known color: Chetwode Blue. HEX triplet: 55, 6A and AF. RGB value is (85,106,175). Sum of RGB (Red+Green+Blue) = 85+106+175=366 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.22% from 366); Green value is 106 (41.80% from 255 or 28.96% from 366); Blue value is 175 (68.75% from 255 or 47.81% from 366); Max value from RGB is 175 - color contains mainly: blue. Hex color #556AAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556AAF is #AA9550. Grayscale: #6B6B6B. Windows color (decimal): -11179345 or 11496021. OLE color: 11496021.

HSL color Cylindrical-coordinate representation of color #556AAF: hue angle of 226º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #556AAF is Cyan = 0.51, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 85 106 175 -
CMYK 0.51 0.39 0 0.31
HSL 226º 0.36% 0.51% -
HSV(B) 226º 0.51% 0.69% -
XYZ 16.64 15.33 42.64 -
YUV 107.59 166.04 111.89 -
System Red Green Blue C M Y K H S L
Decimal 85 106 175 0.51 0.39 0 0.31 226 0.36 0.51
Hex 55 6A AF 33 27 0 1F E2 24 33
Octal 125 152 257 63 47 0 37 342 44 63
Binary 1010101 1101010 10101111 110011 100111 0 11111 11100010 100100 110011

Color Harmonies of #556AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556AAF

Black with #556AAF

Text Example


Text Example

White with #556AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,106,175); }

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

background-color css

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

 a { background-color: rgb(85,106,175); }

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

border-color css

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

 span { border-color: rgb(85,106,175); }

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