#556C95

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

Shades of Waikawa Grey #556C95

Tints of Waikawa Grey #556C95

Color information

#556C95 (or 0x556C95) is unknown color: approx Waikawa Grey. HEX triplet: 55, 6C and 95. RGB value is (85,108,149). Sum of RGB (Red+Green+Blue) = 85+108+149=342 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.85% from 342); Green value is 108 (42.58% from 255 or 31.58% from 342); Blue value is 149 (58.59% from 255 or 43.57% from 342); Max value from RGB is 149 - color contains mainly: blue. Hex color #556C95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556C95 is #AA936A. Grayscale: #696969. Windows color (decimal): -11178859 or 9792597. OLE color: 9792597.

HSL color Cylindrical-coordinate representation of color #556C95: hue angle of 218.44º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #556C95 is Cyan = 0.43, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB85108149-
CMYK0.430.2800.42
HSL218.44º27.35%45.88%-
HSV(B)218.44º42.95%58.43%-
XYZ14.5314.8330.53-
YUV105.8152.38113.17-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.85%
GREEN value IS 108 (42.58% from 255) = 31.58%
BLUE value IS 149 (58.59% from 255) = 43.57%
R=24.85%
G=31.58%
B=43.57%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal851081490.430.2800.42218.4427.3545.88
Hex556C952B1C02Ada1b2e
Octal12515422553340523323356
Binary10101011101100100101011010111110001010101101101011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556C95; }

 p { color: rgb(85,108,149); }

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

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

 a { background-color: rgb(85,108,149); }

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

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

 span { border-color: rgb(85,108,149); }

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