#56648C

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

Shades of Waikawa Grey #56648C

Tints of Waikawa Grey #56648C

Color information

#56648C (or 0x56648C) is unknown color: approx Waikawa Grey. HEX triplet: 56, 64 and 8C. RGB value is (86,100,140). Sum of RGB (Red+Green+Blue) = 86+100+140=326 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.38% from 326); Green value is 100 (39.45% from 255 or 30.67% from 326); Blue value is 140 (55.08% from 255 or 42.94% from 326); Max value from RGB is 140 - color contains mainly: blue. Hex color #56648C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56648C is #A99B73. Grayscale: #646464. Windows color (decimal): -11115380 or 9200726. OLE color: 9200726.

HSL color Cylindrical-coordinate representation of color #56648C: hue angle of 224.44º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #56648C is Cyan = 0.39, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB86100140-
CMYK0.390.2900.45
HSL224.44º23.89%44.31%-
HSV(B)224.44º38.57%54.9%-
XYZ13.1312.9926.63-
YUV100.37150.36117.75-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.38%
GREEN value IS 100 (39.45% from 255) = 30.67%
BLUE value IS 140 (55.08% from 255) = 42.94%
R=26.38%
G=30.67%
B=42.94%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal861001400.390.2900.45224.4423.8944.31
Hex56648C271D02De0182c
Octal12614421447350553403054
Binary10101101100100100011001001111110101011011110000011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56648C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56648C; }

 p { color: rgb(86,100,140); }

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

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

 a { background-color: rgb(86,100,140); }

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

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

 span { border-color: rgb(86,100,140); }

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