#56638A

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

Shades of Waikawa Grey #56638A

Tints of Waikawa Grey #56638A

Color information

#56638A (or 0x56638A) is unknown color: approx Waikawa Grey. HEX triplet: 56, 63 and 8A. RGB value is (86,99,138). Sum of RGB (Red+Green+Blue) = 86+99+138=323 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.63% from 323); Green value is 99 (39.06% from 255 or 30.65% from 323); Blue value is 138 (54.30% from 255 or 42.72% from 323); Max value from RGB is 138 - color contains mainly: blue. Hex color #56638A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56638A is #A99C75. Grayscale: #636363. Windows color (decimal): -11115638 or 9069398. OLE color: 9069398.

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

Color convert

RGB8699138-
CMYK0.380.2800.46
HSL225º23.21%43.92%-
HSV(B)225º37.68%54.12%-
XYZ12.8912.7425.82-
YUV99.56149.69118.33-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.63%
GREEN value IS 99 (39.06% from 255) = 30.65%
BLUE value IS 138 (54.30% from 255) = 42.72%
R=26.63%
G=30.65%
B=42.72%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal86991380.380.2800.4622523.2143.92
Hex56638A261C02Ee1172c
Octal12614321246340563412754
Binary10101101100011100010101001101110001011101110000110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56638A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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