Html Css Color HEX #556594 Waikawa Grey

📋 copy color: '#556594'

red 85 ◦ green 101 ◦ blue 148

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

Shades of Waikawa Grey #556594

Tints of Waikawa Grey #556594

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.24%

 BLUE value IS 148 (58.2% from 255) = 44.31%

R = 25.45%
G = 30.24%
B = 44.31%

CMYK

 C value IS 0.43

 M value IS 0.32

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#556594 (or 0x556594) is known color: Waikawa Grey. HEX triplet: 55, 65 and 94. RGB value is (85,101,148). Sum of RGB (Red+Green+Blue) = 85+101+148=334 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.45% from 334); Green value is 101 (39.84% from 255 or 30.24% from 334); Blue value is 148 (58.20% from 255 or 44.31% from 334); Max value from RGB is 148 - color contains mainly: blue. Hex color #556594 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556594 is #AA9A6B. Grayscale: #656565. Windows color (decimal): -11180652 or 9725269. OLE color: 9725269.

HSL color Cylindrical-coordinate representation of color #556594: hue angle of 224.76º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #556594 is Cyan = 0.43, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 85 101 148 -
CMYK 0.43 0.32 0 0.42
HSL 224.76º 0.27% 0.46% -
HSV(B) 224.76º 0.43% 0.58% -
XYZ 13.75 13.38 29.87 -
YUV 101.57 154.2 116.18 -
System Red Green Blue C M Y K H S L
Decimal 85 101 148 0.43 0.32 0 0.42 224.76 0.27 0.46
Hex 55 65 94 2B 20 0 2A E1 1B 2E
Octal 125 145 224 53 40 0 52 341 33 56
Binary 1010101 1100101 10010100 101011 100000 0 101010 11100001 11011 101110

Color Harmonies of #556594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556594

Black with #556594

Text Example


Text Example

White with #556594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556594; }

 p { color: rgb(85,101,148); }

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

background-color css

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

 a { background-color: rgb(85,101,148); }

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

border-color css

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

 span { border-color: rgb(85,101,148); }

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