#556591

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

Shades of Waikawa Grey #556591

Tints of Waikawa Grey #556591

Color information

#556591 (or 0x556591) is unknown color: approx Waikawa Grey. HEX triplet: 55, 65 and 91. RGB value is (85,101,145). Sum of RGB (Red+Green+Blue) = 85+101+145=331 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.68% from 331); Green value is 101 (39.84% from 255 or 30.51% from 331); Blue value is 145 (57.03% from 255 or 43.81% from 331); Max value from RGB is 145 - color contains mainly: blue. Hex color #556591 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556591 is #AA9A6E. Grayscale: #656565. Windows color (decimal): -11180655 or 9528661. OLE color: 9528661.

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

Color convert

RGB85101145-
CMYK0.410.3000.43
HSL224º26.09%45.1%-
HSV(B)224º41.38%56.86%-
XYZ13.5113.2828.64-
YUV101.23152.7116.42-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.68%
GREEN value IS 101 (39.84% from 255) = 30.51%
BLUE value IS 145 (57.03% from 255) = 43.81%
R=25.68%
G=30.51%
B=43.81%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal851011450.410.3000.4322426.0945.1
Hex556591291E02Be01a2d
Octal12514522151360533403255
Binary10101011100101100100011010011111001010111110000011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556591; }

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

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

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

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

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

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

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

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