Html Css Color HEX #556391 Waikawa Grey

📋 copy color: '#556391'

red 85 ◦ green 99 ◦ blue 145

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

Shades of Waikawa Grey #556391

Tints of Waikawa Grey #556391

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.09%

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

R = 25.84%
G = 30.09%
B = 44.07%

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

#556391 (or 0x556391) is known color: Waikawa Grey. HEX triplet: 55, 63 and 91. RGB value is (85,99,145). Sum of RGB (Red+Green+Blue) = 85+99+145=329 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.84% from 329); Green value is 99 (39.06% from 255 or 30.09% from 329); Blue value is 145 (57.03% from 255 or 44.07% from 329); Max value from RGB is 145 - color contains mainly: blue. Hex color #556391 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556391 is #AA9C6E. Grayscale: #636363. Windows color (decimal): -11181167 or 9528149. OLE color: 9528149.

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

Color convert

RGB 85 99 145 -
CMYK 0.41 0.32 0 0.43
HSL 226º 0.26% 0.45% -
HSV(B) 226º 0.41% 0.57% -
XYZ 13.32 12.9 28.58 -
YUV 100.06 153.36 117.26 -
System Red Green Blue C M Y K H S L
Decimal 85 99 145 0.41 0.32 0 0.43 226 0.26 0.45
Hex 55 63 91 29 20 0 2B E2 1A 2D
Octal 125 143 221 51 40 0 53 342 32 55
Binary 1010101 1100011 10010001 101001 100000 0 101011 11100010 11010 101101

Color Harmonies of #556391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556391

Black with #556391

Text Example


Text Example

White with #556391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556391; }

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

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

background-color css

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

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

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

border-color css

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

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

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