#556490

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

Shades of Waikawa Grey #556490

Tints of Waikawa Grey #556490

Color information

#556490 (or 0x556490) is unknown color: approx Waikawa Grey. HEX triplet: 55, 64 and 90. RGB value is (85,100,144). Sum of RGB (Red+Green+Blue) = 85+100+144=329 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.84% from 329); Green value is 100 (39.45% from 255 or 30.40% from 329); Blue value is 144 (56.64% from 255 or 43.77% from 329); Max value from RGB is 144 - color contains mainly: blue. Hex color #556490 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556490 is #AA9B6F. Grayscale: #646464. Windows color (decimal): -11180912 or 9462869. OLE color: 9462869.

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

Color convert

RGB85100144-
CMYK0.410.3100.44
HSL224.75º25.76%44.9%-
HSV(B)224.75º40.97%56.47%-
XYZ13.3413.0628.2-
YUV100.53152.53116.92-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.84%
GREEN value IS 100 (39.45% from 255) = 30.40%
BLUE value IS 144 (56.64% from 255) = 43.77%
R=25.84%
G=30.40%
B=43.77%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal851001440.410.3100.44224.7525.7644.9
Hex556490291F02Ce11a2d
Octal12514422051370543413255
Binary10101011100100100100001010011111101011001110000111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556490; }

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

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

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

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

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

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

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

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