#56628F

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

Shades of Waikawa Grey #56628F

Tints of Waikawa Grey #56628F

Color information

#56628F (or 0x56628F) is unknown color: approx Waikawa Grey. HEX triplet: 56, 62 and 8F. RGB value is (86,98,143). Sum of RGB (Red+Green+Blue) = 86+98+143=327 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.30% from 327); Green value is 98 (38.67% from 255 or 29.97% from 327); Blue value is 143 (56.25% from 255 or 43.73% from 327); Max value from RGB is 143 - color contains mainly: blue. Hex color #56628F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56628F is #A99D70. Grayscale: #636363. Windows color (decimal): -11115889 or 9396822. OLE color: 9396822.

HSL color Cylindrical-coordinate representation of color #56628F: hue angle of 227.37º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #56628F is Cyan = 0.40, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8698143-
CMYK0.400.3100.44
HSL227.37º24.89%44.9%-
HSV(B)227.37º39.86%56.08%-
XYZ13.1612.727.74-
YUV99.54152.52118.34-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.30%
GREEN value IS 98 (38.67% from 255) = 29.97%
BLUE value IS 143 (56.25% from 255) = 43.73%
R=26.30%
G=29.97%
B=43.73%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal86981430.400.3100.44227.3724.8944.9
Hex56628F281F02Ce3192d
Octal12614221750370543433155
Binary10101101100010100011111010001111101011001110001111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56628F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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