#56648D

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

Shades of Waikawa Grey #56648D

Tints of Waikawa Grey #56648D

Color information

#56648D (or 0x56648D) is unknown color: approx Waikawa Grey. HEX triplet: 56, 64 and 8D. RGB value is (86,100,141). Sum of RGB (Red+Green+Blue) = 86+100+141=327 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.30% from 327); Green value is 100 (39.45% from 255 or 30.58% from 327); Blue value is 141 (55.47% from 255 or 43.12% from 327); Max value from RGB is 141 - color contains mainly: blue. Hex color #56648D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56648D is #A99B72. Grayscale: #646464. Windows color (decimal): -11115379 or 9266262. OLE color: 9266262.

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

Color convert

RGB86100141-
CMYK0.390.2900.45
HSL224.73º24.23%44.51%-
HSV(B)224.73º39.01%55.29%-
XYZ13.213.0227.02-
YUV100.49150.86117.67-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.30%
GREEN value IS 100 (39.45% from 255) = 30.58%
BLUE value IS 141 (55.47% from 255) = 43.12%
R=26.30%
G=30.58%
B=43.12%

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
Decimal861001410.390.2900.45224.7324.2344.51
Hex56648D271D02De1182d
Octal12614421547350553413055
Binary10101101100100100011011001111110101011011110000111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56648D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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