#556592

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

Shades of Waikawa Grey #556592

Tints of Waikawa Grey #556592

Color information

#556592 (or 0x556592) is unknown color: approx Waikawa Grey. HEX triplet: 55, 65 and 92. RGB value is (85,101,146). Sum of RGB (Red+Green+Blue) = 85+101+146=332 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.60% from 332); Green value is 101 (39.84% from 255 or 30.42% from 332); Blue value is 146 (57.42% from 255 or 43.98% from 332); Max value from RGB is 146 - color contains mainly: blue. Hex color #556592 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556592 is #AA9A6D. Grayscale: #656565. Windows color (decimal): -11180654 or 9594197. OLE color: 9594197.

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

Color convert

RGB85101146-
CMYK0.420.3100.43
HSL224.26º26.41%45.29%-
HSV(B)224.26º41.78%57.25%-
XYZ13.5913.3129.05-
YUV101.35153.2116.34-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.60%
GREEN value IS 101 (39.84% from 255) = 30.42%
BLUE value IS 146 (57.42% from 255) = 43.98%
R=25.60%
G=30.42%
B=43.98%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal851011460.420.3100.43224.2626.4145.29
Hex5565922A1F02Be01a2d
Octal12514522252370533403255
Binary10101011100101100100101010101111101010111110000011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556592; }

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

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

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

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

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

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

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

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