#556398

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

Shades of Waikawa Grey #556398

Tints of Waikawa Grey #556398

Color information

#556398 (or 0x556398) is unknown color: approx Waikawa Grey. HEX triplet: 55, 63 and 98. RGB value is (85,99,152). Sum of RGB (Red+Green+Blue) = 85+99+152=336 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.30% from 336); Green value is 99 (39.06% from 255 or 29.46% from 336); Blue value is 152 (59.77% from 255 or 45.24% from 336); Max value from RGB is 152 - color contains mainly: blue. Hex color #556398 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556398 is #AA9C67. Grayscale: #646464. Windows color (decimal): -11181160 or 9986901. OLE color: 9986901.

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

Color convert

RGB8599152-
CMYK0.440.3500.40
HSL227.46º28.27%46.47%-
HSV(B)227.46º44.08%59.61%-
XYZ13.8813.1231.51-
YUV100.86156.86116.69-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.30%
GREEN value IS 99 (39.06% from 255) = 29.46%
BLUE value IS 152 (59.77% from 255) = 45.24%
R=25.30%
G=29.46%
B=45.24%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal85991520.440.3500.40227.4628.2746.47
Hex5563982C23028e31c2e
Octal12514323054430503433456
Binary101010111000111001100010110010001101010001110001111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556398; }

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

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

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

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

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

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

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

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