#556790

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

Shades of Waikawa Grey #556790

Tints of Waikawa Grey #556790

Color information

#556790 (or 0x556790) is unknown color: approx Waikawa Grey. HEX triplet: 55, 67 and 90. RGB value is (85,103,144). Sum of RGB (Red+Green+Blue) = 85+103+144=332 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.60% from 332); Green value is 103 (40.62% from 255 or 31.02% from 332); Blue value is 144 (56.64% from 255 or 43.37% from 332); Max value from RGB is 144 - color contains mainly: blue. Hex color #556790 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556790 is #AA986F. Grayscale: #666666. Windows color (decimal): -11180144 or 9463637. OLE color: 9463637.

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

Color convert

RGB85103144-
CMYK0.410.2800.44
HSL221.69º25.76%44.9%-
HSV(B)221.69º40.97%56.47%-
XYZ13.6313.6528.3-
YUV102.29151.54115.67-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.60%
GREEN value IS 103 (40.62% from 255) = 31.02%
BLUE value IS 144 (56.64% from 255) = 43.37%
R=25.60%
G=31.02%
B=43.37%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal851031440.410.2800.44221.6925.7644.9
Hex556790291C02Cde1a2d
Octal12514722051340543363255
Binary10101011100111100100001010011110001011001101111011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556790; }

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

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

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

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

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

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

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

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