#56618F

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

Shades of Waikawa Grey #56618F

Tints of Waikawa Grey #56618F

Color information

#56618F (or 0x56618F) is unknown color: approx Waikawa Grey. HEX triplet: 56, 61 and 8F. RGB value is (86,97,143). Sum of RGB (Red+Green+Blue) = 86+97+143=326 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.38% from 326); Green value is 97 (38.28% from 255 or 29.75% from 326); Blue value is 143 (56.25% from 255 or 43.87% from 326); Max value from RGB is 143 - color contains mainly: blue. Hex color #56618F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56618F is #A99E70. Grayscale: #626262. Windows color (decimal): -11116145 or 9396566. OLE color: 9396566.

HSL color Cylindrical-coordinate representation of color #56618F: hue angle of 228.42º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #56618F is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8697143-
CMYK0.400.3200.44
HSL228.42º24.89%44.9%-
HSV(B)228.42º39.86%56.08%-
XYZ13.0712.5127.71-
YUV98.95152.86118.76-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.38%
GREEN value IS 97 (38.28% from 255) = 29.75%
BLUE value IS 143 (56.25% from 255) = 43.87%
R=26.38%
G=29.75%
B=43.87%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal86971430.400.3200.44228.4224.8944.9
Hex56618F282002Ce4192d
Octal12614121750400543443155
Binary101011011000011000111110100010000001011001110010011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56618F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56618F; }

 p { color: rgb(86,97,143); }

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

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

 a { background-color: rgb(86,97,143); }

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

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

 span { border-color: rgb(86,97,143); }

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