#556792

Color #556792 Waikawa Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Waikawa Grey #556792

Tints of Waikawa Grey #556792

Color information

#556792 (or 0x556792) is unknown color: approx Waikawa Grey. HEX triplet: 55, 67 and 92. RGB value is (85,103,146). Sum of RGB (Red+Green+Blue) = 85+103+146=334 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.45% from 334); Green value is 103 (40.62% from 255 or 30.84% from 334); Blue value is 146 (57.42% from 255 or 43.71% from 334); Max value from RGB is 146 - color contains mainly: blue. Hex color #556792 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556792 is #AA986D. Grayscale: #666666. Windows color (decimal): -11180142 or 9594709. OLE color: 9594709.

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

Color convert

RGB85103146-
CMYK0.420.2900.43
HSL222.3º26.41%45.29%-
HSV(B)222.3º41.78%57.25%-
XYZ13.7813.7129.11-
YUV102.52152.54115.5-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.45%
GREEN value IS 103 (40.62% from 255) = 30.84%
BLUE value IS 146 (57.42% from 255) = 43.71%
R=25.45%
G=30.84%
B=43.71%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal851031460.420.2900.43222.326.4145.29
Hex5567922A1D02Bde1a2d
Octal12514722252350533363255
Binary10101011100111100100101010101110101010111101111011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556792; }

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

 H1.HeaderClassName
 {
   color: #556792;
 }
 .AnyTagClassName
 {
   color: #556792;
 }
</style>
background-color css

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

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

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

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

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

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