Html Css Color HEX #556791 Waikawa Grey

📋 copy color: '#556791'

red 85 ◦ green 103 ◦ blue 145

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

Shades of Waikawa Grey #556791

Tints of Waikawa Grey #556791

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.93%

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

R = 25.53%
G = 30.93%
B = 43.54%

CMYK

 C value IS 0.41

 M value IS 0.29

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#556791 (or 0x556791) is known color: Waikawa Grey. HEX triplet: 55, 67 and 91. RGB value is (85,103,145). Sum of RGB (Red+Green+Blue) = 85+103+145=333 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.53% from 333); Green value is 103 (40.62% from 255 or 30.93% from 333); Blue value is 145 (57.03% from 255 or 43.54% from 333); Max value from RGB is 145 - color contains mainly: blue. Hex color #556791 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556791 is #AA986E. Grayscale: #666666. Windows color (decimal): -11180143 or 9529173. OLE color: 9529173.

HSL color Cylindrical-coordinate representation of color #556791: hue angle of 222º 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 #556791 is Cyan = 0.41, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 85 103 145 -
CMYK 0.41 0.29 0 0.43
HSL 222º 0.26% 0.45% -
HSV(B) 222º 0.41% 0.57% -
XYZ 13.71 13.68 28.71 -
YUV 102.41 152.04 115.58 -
System Red Green Blue C M Y K H S L
Decimal 85 103 145 0.41 0.29 0 0.43 222 0.26 0.45
Hex 55 67 91 29 1D 0 2B DE 1A 2D
Octal 125 147 221 51 35 0 53 336 32 55
Binary 1010101 1100111 10010001 101001 11101 0 101011 11011110 11010 101101

Color Harmonies of #556791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556791

Black with #556791

Text Example


Text Example

White with #556791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556791; }

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

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

background-color css

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

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

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

border-color css

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

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

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