#56638E

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

Shades of Waikawa Grey #56638E

Tints of Waikawa Grey #56638E

Color information

#56638E (or 0x56638E) is unknown color: approx Waikawa Grey. HEX triplet: 56, 63 and 8E. RGB value is (86,99,142). Sum of RGB (Red+Green+Blue) = 86+99+142=327 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.30% from 327); Green value is 99 (39.06% from 255 or 30.28% from 327); Blue value is 142 (55.86% from 255 or 43.43% from 327); Max value from RGB is 142 - color contains mainly: blue. Hex color #56638E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56638E is #A99C71. Grayscale: #636363. Windows color (decimal): -11115634 or 9331542. OLE color: 9331542.

HSL color Cylindrical-coordinate representation of color #56638E: hue angle of 226.07º 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 #56638E is Cyan = 0.39, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8699142-
CMYK0.390.3000.44
HSL226.07º24.56%44.71%-
HSV(B)226.07º39.44%55.69%-
XYZ13.1812.8627.38-
YUV100.02151.69118-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.30%
GREEN value IS 99 (39.06% from 255) = 30.28%
BLUE value IS 142 (55.86% from 255) = 43.43%
R=26.30%
G=30.28%
B=43.43%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal86991420.390.3000.44226.0724.5644.71
Hex56638E271E02Ce2192d
Octal12614321647360543423155
Binary10101101100011100011101001111111001011001110001011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56638E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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