#566398

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

Shades of Waikawa Grey #566398

Tints of Waikawa Grey #566398

Color information

#566398 (or 0x566398) is unknown color: approx Waikawa Grey. HEX triplet: 56, 63 and 98. RGB value is (86,99,152). Sum of RGB (Red+Green+Blue) = 86+99+152=337 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.52% from 337); Green value is 99 (39.06% from 255 or 29.38% from 337); Blue value is 152 (59.77% from 255 or 45.10% from 337); Max value from RGB is 152 - color contains mainly: blue. Hex color #566398 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566398 is #A99C67. Grayscale: #646464. Windows color (decimal): -11115624 or 9986902. OLE color: 9986902.

HSL color Cylindrical-coordinate representation of color #566398: hue angle of 228.18º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #566398 is Cyan = 0.43, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB8699152-
CMYK0.430.3500.40
HSL228.18º27.73%46.67%-
HSV(B)228.18º43.42%59.61%-
XYZ13.9713.1731.51-
YUV101.16156.69117.19-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.52%
GREEN value IS 99 (39.06% from 255) = 29.38%
BLUE value IS 152 (59.77% from 255) = 45.10%
R=25.52%
G=29.38%
B=45.10%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal86991520.430.3500.40228.1827.7346.67
Hex5663982B23028e41c2f
Octal12614323053430503443457
Binary101011011000111001100010101110001101010001110010011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566398; }

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

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

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

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

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

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

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

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