#556597

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

Shades of Waikawa Grey #556597

Tints of Waikawa Grey #556597

Color information

#556597 (or 0x556597) is unknown color: approx Waikawa Grey. HEX triplet: 55, 65 and 97. RGB value is (85,101,151). Sum of RGB (Red+Green+Blue) = 85+101+151=337 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.22% from 337); Green value is 101 (39.84% from 255 or 29.97% from 337); Blue value is 151 (59.38% from 255 or 44.81% from 337); Max value from RGB is 151 - color contains mainly: blue. Hex color #556597 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556597 is #AA9A68. Grayscale: #656565. Windows color (decimal): -11180649 or 9921877. OLE color: 9921877.

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

Color convert

RGB85101151-
CMYK0.440.3300.41
HSL225.45º27.97%46.27%-
HSV(B)225.45º43.71%59.22%-
XYZ13.9913.4731.14-
YUV101.92155.7115.93-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.22%
GREEN value IS 101 (39.84% from 255) = 29.97%
BLUE value IS 151 (59.38% from 255) = 44.81%
R=25.22%
G=29.97%
B=44.81%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal851011510.440.3300.41225.4527.9746.27
Hex5565972C21029e11c2e
Octal12514522754410513413456
Binary101010111001011001011110110010000101010011110000111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556597; }

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

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

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

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

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

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

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

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