#556598

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

Shades of Waikawa Grey #556598

Tints of Waikawa Grey #556598

Color information

#556598 (or 0x556598) is unknown color: approx Waikawa Grey. HEX triplet: 55, 65 and 98. RGB value is (85,101,152). Sum of RGB (Red+Green+Blue) = 85+101+152=338 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.15% from 338); Green value is 101 (39.84% from 255 or 29.88% from 338); Blue value is 152 (59.77% from 255 or 44.97% from 338); Max value from RGB is 152 - color contains mainly: blue. Hex color #556598 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556598 is #AA9A67. Grayscale: #656565. Windows color (decimal): -11180648 or 9987413. OLE color: 9987413.

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

Color convert

RGB85101152-
CMYK0.440.3400.40
HSL225.67º28.27%46.47%-
HSV(B)225.67º44.08%59.61%-
XYZ14.0713.5131.57-
YUV102.03156.2115.85-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.15%
GREEN value IS 101 (39.84% from 255) = 29.88%
BLUE value IS 152 (59.77% from 255) = 44.97%
R=25.15%
G=29.88%
B=44.97%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal851011520.440.3400.40225.6728.2746.47
Hex5565982C22028e21c2e
Octal12514523054420503423456
Binary101010111001011001100010110010001001010001110001011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556598; }

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

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

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

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

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

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

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

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