Html Css Color HEX #556291 Waikawa Grey

📋 copy color: '#556291'

red 85 ◦ green 98 ◦ blue 145

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

Shades of Waikawa Grey #556291

Tints of Waikawa Grey #556291

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.88%

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

R = 25.91%
G = 29.88%
B = 44.21%

CMYK

 C value IS 0.41

 M value IS 0.32

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#556291 (or 0x556291) is known color: Waikawa Grey. HEX triplet: 55, 62 and 91. RGB value is (85,98,145). Sum of RGB (Red+Green+Blue) = 85+98+145=328 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.91% from 328); Green value is 98 (38.67% from 255 or 29.88% from 328); Blue value is 145 (57.03% from 255 or 44.21% from 328); Max value from RGB is 145 - color contains mainly: blue. Hex color #556291 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556291 is #AA9D6E. Grayscale: #636363. Windows color (decimal): -11181423 or 9527893. OLE color: 9527893.

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

Color convert

RGB 85 98 145 -
CMYK 0.41 0.32 0 0.43
HSL 227º 0.26% 0.45% -
HSV(B) 227º 0.41% 0.57% -
XYZ 13.22 12.71 28.54 -
YUV 99.47 153.69 117.68 -
System Red Green Blue C M Y K H S L
Decimal 85 98 145 0.41 0.32 0 0.43 227 0.26 0.45
Hex 55 62 91 29 20 0 2B E3 1A 2D
Octal 125 142 221 51 40 0 53 343 32 55
Binary 1010101 1100010 10010001 101001 100000 0 101011 11100011 11010 101101

Color Harmonies of #556291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556291

Black with #556291

Text Example


Text Example

White with #556291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556291; }

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

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

background-color css

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

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

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

border-color css

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

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

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