#556798

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

Shades of Waikawa Grey #556798

Tints of Waikawa Grey #556798

Color information

#556798 (or 0x556798) is unknown color: approx Waikawa Grey. HEX triplet: 55, 67 and 98. RGB value is (85,103,152). Sum of RGB (Red+Green+Blue) = 85+103+152=340 (45% of max value = 765). Red value is 85 (33.59% from 255 or 25% from 340); Green value is 103 (40.62% from 255 or 30.29% from 340); Blue value is 152 (59.77% from 255 or 44.71% from 340); Max value from RGB is 152 - color contains mainly: blue. Hex color #556798 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556798 is #AA9867. Grayscale: #666666. Windows color (decimal): -11180136 or 9987925. OLE color: 9987925.

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

Color convert

RGB85103152-
CMYK0.440.3200.40
HSL223.88º28.27%46.47%-
HSV(B)223.88º44.08%59.61%-
XYZ14.2613.931.64-
YUV103.2155.54115.02-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25%
GREEN value IS 103 (40.62% from 255) = 30.29%
BLUE value IS 152 (59.77% from 255) = 44.71%
R=25%
G=30.29%
B=44.71%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal851031520.440.3200.40223.8828.2746.47
Hex5567982C20028e01c2e
Octal12514723054400503403456
Binary101010111001111001100010110010000001010001110000011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556798; }

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

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

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

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

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

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

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

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