#56618A

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

Shades of Waikawa Grey #56618A

Tints of Waikawa Grey #56618A

Color information

#56618A (or 0x56618A) is unknown color: approx Waikawa Grey. HEX triplet: 56, 61 and 8A. RGB value is (86,97,138). Sum of RGB (Red+Green+Blue) = 86+97+138=321 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.79% from 321); Green value is 97 (38.28% from 255 or 30.22% from 321); Blue value is 138 (54.30% from 255 or 42.99% from 321); Max value from RGB is 138 - color contains mainly: blue. Hex color #56618A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56618A is #A99E75. Grayscale: #626262. Windows color (decimal): -11116150 or 9068886. OLE color: 9068886.

HSL color Cylindrical-coordinate representation of color #56618A: hue angle of 227.31º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #56618A is Cyan = 0.38, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8697138-
CMYK0.380.3000.46
HSL227.31º23.21%43.92%-
HSV(B)227.31º37.68%54.12%-
XYZ12.712.3625.76-
YUV98.38150.36119.17-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.79%
GREEN value IS 97 (38.28% from 255) = 30.22%
BLUE value IS 138 (54.30% from 255) = 42.99%
R=26.79%
G=30.22%
B=42.99%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal86971380.380.3000.46227.3123.2143.92
Hex56618A261E02Ee3172c
Octal12614121246360563432754
Binary10101101100001100010101001101111001011101110001110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56618A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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