#556698

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

Shades of Waikawa Grey #556698

Tints of Waikawa Grey #556698

Color information

#556698 (or 0x556698) is unknown color: approx Waikawa Grey. HEX triplet: 55, 66 and 98. RGB value is (85,102,152). Sum of RGB (Red+Green+Blue) = 85+102+152=339 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.07% from 339); Green value is 102 (40.23% from 255 or 30.09% from 339); Blue value is 152 (59.77% from 255 or 44.84% from 339); Max value from RGB is 152 - color contains mainly: blue. Hex color #556698 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556698 is #AA9967. Grayscale: #666666. Windows color (decimal): -11180392 or 9987669. OLE color: 9987669.

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

Color convert

RGB85102152-
CMYK0.440.3300.40
HSL224.78º28.27%46.47%-
HSV(B)224.78º44.08%59.61%-
XYZ14.1713.731.6-
YUV102.62155.87115.43-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.07%
GREEN value IS 102 (40.23% from 255) = 30.09%
BLUE value IS 152 (59.77% from 255) = 44.84%
R=25.07%
G=30.09%
B=44.84%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal851021520.440.3300.40224.7828.2746.47
Hex5566982C21028e11c2e
Octal12514623054410503413456
Binary101010111001101001100010110010000101010001110000111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556698; }

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

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

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

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

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

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

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

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