#56638B

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

Shades of Waikawa Grey #56638B

Tints of Waikawa Grey #56638B

Color information

#56638B (or 0x56638B) is unknown color: approx Waikawa Grey. HEX triplet: 56, 63 and 8B. RGB value is (86,99,139). Sum of RGB (Red+Green+Blue) = 86+99+139=324 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.54% from 324); Green value is 99 (39.06% from 255 or 30.56% from 324); Blue value is 139 (54.69% from 255 or 42.90% from 324); Max value from RGB is 139 - color contains mainly: blue. Hex color #56638B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56638B is #A99C74. Grayscale: #636363. Windows color (decimal): -11115637 or 9134934. OLE color: 9134934.

HSL color Cylindrical-coordinate representation of color #56638B: hue angle of 225.28º 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 #56638B is Cyan = 0.38, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8699139-
CMYK0.380.2900.45
HSL225.28º23.56%44.12%-
HSV(B)225.28º38.13%54.51%-
XYZ12.9612.7726.21-
YUV99.67150.19118.25-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.54%
GREEN value IS 99 (39.06% from 255) = 30.56%
BLUE value IS 139 (54.69% from 255) = 42.90%
R=26.54%
G=30.56%
B=42.90%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal86991390.380.2900.45225.2823.5644.12
Hex56638B261D02De1182c
Octal12614321346350553413054
Binary10101101100011100010111001101110101011011110000111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56638B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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