#556690

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

Shades of Waikawa Grey #556690

Tints of Waikawa Grey #556690

Color information

#556690 (or 0x556690) is unknown color: approx Waikawa Grey. HEX triplet: 55, 66 and 90. RGB value is (85,102,144). Sum of RGB (Red+Green+Blue) = 85+102+144=331 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.68% from 331); Green value is 102 (40.23% from 255 or 30.82% from 331); Blue value is 144 (56.64% from 255 or 43.50% from 331); Max value from RGB is 144 - color contains mainly: blue. Hex color #556690 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556690 is #AA996F. Grayscale: #656565. Windows color (decimal): -11180400 or 9463381. OLE color: 9463381.

HSL color Cylindrical-coordinate representation of color #556690: hue angle of 222.71º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #556690 is Cyan = 0.41, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB85102144-
CMYK0.410.2900.44
HSL222.71º25.76%44.9%-
HSV(B)222.71º40.97%56.47%-
XYZ13.5313.4528.27-
YUV101.7151.87116.08-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.68%
GREEN value IS 102 (40.23% from 255) = 30.82%
BLUE value IS 144 (56.64% from 255) = 43.50%
R=25.68%
G=30.82%
B=43.50%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal851021440.410.2900.44222.7125.7644.9
Hex556690291D02Cdf1a2d
Octal12514622051350543373255
Binary10101011100110100100001010011110101011001101111111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556690; }

 p { color: rgb(85,102,144); }

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

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

 a { background-color: rgb(85,102,144); }

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

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

 span { border-color: rgb(85,102,144); }

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