#556697

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

Shades of Waikawa Grey #556697

Tints of Waikawa Grey #556697

Color information

#556697 (or 0x556697) is unknown color: approx Waikawa Grey. HEX triplet: 55, 66 and 97. RGB value is (85,102,151). Sum of RGB (Red+Green+Blue) = 85+102+151=338 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.15% from 338); Green value is 102 (40.23% from 255 or 30.18% from 338); Blue value is 151 (59.38% from 255 or 44.67% from 338); Max value from RGB is 151 - color contains mainly: blue. Hex color #556697 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556697 is #AA9968. Grayscale: #666666. Windows color (decimal): -11180393 or 9922133. OLE color: 9922133.

HSL color Cylindrical-coordinate representation of color #556697: hue angle of 224.55º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #556697 is Cyan = 0.44, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB85102151-
CMYK0.440.3200.41
HSL224.55º27.97%46.27%-
HSV(B)224.55º43.71%59.22%-
XYZ14.0813.6731.17-
YUV102.5155.37115.52-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.15%
GREEN value IS 102 (40.23% from 255) = 30.18%
BLUE value IS 151 (59.38% from 255) = 44.67%
R=25.15%
G=30.18%
B=44.67%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal851021510.440.3200.41224.5527.9746.27
Hex5566972C20029e11c2e
Octal12514622754400513413456
Binary101010111001101001011110110010000001010011110000111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556697; }

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

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

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

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

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

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

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

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