#56618E

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

Shades of Waikawa Grey #56618E

Tints of Waikawa Grey #56618E

Color information

#56618E (or 0x56618E) is unknown color: approx Waikawa Grey. HEX triplet: 56, 61 and 8E. RGB value is (86,97,142). Sum of RGB (Red+Green+Blue) = 86+97+142=325 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.46% from 325); Green value is 97 (38.28% from 255 or 29.85% from 325); Blue value is 142 (55.86% from 255 or 43.69% from 325); Max value from RGB is 142 - color contains mainly: blue. Hex color #56618E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56618E is #A99E71. Grayscale: #626262. Windows color (decimal): -11116146 or 9331030. OLE color: 9331030.

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

Color convert

RGB8697142-
CMYK0.390.3200.44
HSL228.21º24.56%44.71%-
HSV(B)228.21º39.44%55.69%-
XYZ12.9912.4827.32-
YUV98.84152.36118.84-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.46%
GREEN value IS 97 (38.28% from 255) = 29.85%
BLUE value IS 142 (55.86% from 255) = 43.69%
R=26.46%
G=29.85%
B=43.69%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal86971420.390.3200.44228.2124.5644.71
Hex56618E272002Ce4192d
Octal12614121647400543443155
Binary101011011000011000111010011110000001011001110010011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56618E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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