Html Css Color HEX #556891 Waikawa Grey

📋 copy color: '#556891'

red 85 ◦ green 104 ◦ blue 145

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

Shades of Waikawa Grey #556891

Tints of Waikawa Grey #556891

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.14%

 BLUE value IS 145 (57.03% from 255) = 43.41%

R = 25.45%
G = 31.14%
B = 43.41%

CMYK

 C value IS 0.41

 M value IS 0.28

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#556891 (or 0x556891) is known color: Waikawa Grey. HEX triplet: 55, 68 and 91. RGB value is (85,104,145). Sum of RGB (Red+Green+Blue) = 85+104+145=334 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.45% from 334); Green value is 104 (41.02% from 255 or 31.14% from 334); Blue value is 145 (57.03% from 255 or 43.41% from 334); Max value from RGB is 145 - color contains mainly: blue. Hex color #556891 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556891 is #AA976E. Grayscale: #666666. Windows color (decimal): -11179887 or 9529429. OLE color: 9529429.

HSL color Cylindrical-coordinate representation of color #556891: hue angle of 221º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #556891 is Cyan = 0.41, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 85 104 145 -
CMYK 0.41 0.28 0 0.43
HSL 221º 0.26% 0.45% -
HSV(B) 221º 0.41% 0.57% -
XYZ 13.81 13.88 28.74 -
YUV 102.99 151.71 115.17 -
System Red Green Blue C M Y K H S L
Decimal 85 104 145 0.41 0.28 0 0.43 221 0.26 0.45
Hex 55 68 91 29 1C 0 2B DD 1A 2D
Octal 125 150 221 51 34 0 53 335 32 55
Binary 1010101 1101000 10010001 101001 11100 0 101011 11011101 11010 101101

Color Harmonies of #556891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556891

Black with #556891

Text Example


Text Example

White with #556891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556891; }

 p { color: rgb(85,104,145); }

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

background-color css

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

 a { background-color: rgb(85,104,145); }

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

border-color css

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

 span { border-color: rgb(85,104,145); }

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