Html Css Color HEX #556992 Waikawa Grey

📋 copy color: '#556992'

red 85 ◦ green 105 ◦ blue 146

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

Shades of Waikawa Grey #556992

Tints of Waikawa Grey #556992

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.25%

 BLUE value IS 146 (57.42% from 255) = 43.45%

R = 25.3%
G = 31.25%
B = 43.45%

CMYK

 C value IS 0.42

 M value IS 0.28

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#556992 (or 0x556992) is known color: Waikawa Grey. HEX triplet: 55, 69 and 92. RGB value is (85,105,146). Sum of RGB (Red+Green+Blue) = 85+105+146=336 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.30% from 336); Green value is 105 (41.41% from 255 or 31.25% from 336); Blue value is 146 (57.42% from 255 or 43.45% from 336); Max value from RGB is 146 - color contains mainly: blue. Hex color #556992 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556992 is #AA966D. Grayscale: #676767. Windows color (decimal): -11179630 or 9595221. OLE color: 9595221.

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

Color convert

RGB 85 105 146 -
CMYK 0.42 0.28 0 0.43
HSL 220.33º 0.26% 0.45% -
HSV(B) 220.33º 0.42% 0.57% -
XYZ 13.99 14.11 29.18 -
YUV 103.69 151.87 114.67 -
System Red Green Blue C M Y K H S L
Decimal 85 105 146 0.42 0.28 0 0.43 220.33 0.26 0.45
Hex 55 69 92 2A 1C 0 2B DC 1A 2D
Octal 125 151 222 52 34 0 53 334 32 55
Binary 1010101 1101001 10010010 101010 11100 0 101011 11011100 11010 101101

Color Harmonies of #556992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556992

Black with #556992

Text Example


Text Example

White with #556992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556992; }

 p { color: rgb(85,105,146); }

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

background-color css

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

 a { background-color: rgb(85,105,146); }

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

border-color css

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

 span { border-color: rgb(85,105,146); }

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