#56628B

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

Shades of Waikawa Grey #56628B

Tints of Waikawa Grey #56628B

Color information

#56628B (or 0x56628B) is unknown color: approx Waikawa Grey. HEX triplet: 56, 62 and 8B. RGB value is (86,98,139). Sum of RGB (Red+Green+Blue) = 86+98+139=323 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.63% from 323); Green value is 98 (38.67% from 255 or 30.34% from 323); Blue value is 139 (54.69% from 255 or 43.03% from 323); Max value from RGB is 139 - color contains mainly: blue. Hex color #56628B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56628B is #A99D74. Grayscale: #626262. Windows color (decimal): -11115893 or 9134678. OLE color: 9134678.

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

Color convert

RGB8698139-
CMYK0.380.2900.45
HSL226.42º23.56%44.12%-
HSV(B)226.42º38.13%54.51%-
XYZ12.8712.5826.18-
YUV99.09150.52118.67-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.63%
GREEN value IS 98 (38.67% from 255) = 30.34%
BLUE value IS 139 (54.69% from 255) = 43.03%
R=26.63%
G=30.34%
B=43.03%

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
Decimal86981390.380.2900.45226.4223.5644.12
Hex56628B261D02De2182c
Octal12614221346350553423054
Binary10101101100010100010111001101110101011011110001011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56628B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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