#56648B

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

Shades of Waikawa Grey #56648B

Tints of Waikawa Grey #56648B

Color information

#56648B (or 0x56648B) is unknown color: approx Waikawa Grey. HEX triplet: 56, 64 and 8B. RGB value is (86,100,139). Sum of RGB (Red+Green+Blue) = 86+100+139=325 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.46% from 325); Green value is 100 (39.45% from 255 or 30.77% from 325); Blue value is 139 (54.69% from 255 or 42.77% from 325); Max value from RGB is 139 - color contains mainly: blue. Hex color #56648B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56648B is #A99B74. Grayscale: #646464. Windows color (decimal): -11115381 or 9135190. OLE color: 9135190.

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

Color convert

RGB86100139-
CMYK0.380.2800.45
HSL224.15º23.56%44.12%-
HSV(B)224.15º38.13%54.51%-
XYZ13.0612.9626.24-
YUV100.26149.86117.83-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.46%
GREEN value IS 100 (39.45% from 255) = 30.77%
BLUE value IS 139 (54.69% from 255) = 42.77%
R=26.46%
G=30.77%
B=42.77%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal861001390.380.2800.45224.1523.5644.12
Hex56648B261C02De0182c
Octal12614421346340553403054
Binary10101101100100100010111001101110001011011110000011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56648B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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