#56628E

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

Shades of Waikawa Grey #56628E

Tints of Waikawa Grey #56628E

Color information

#56628E (or 0x56628E) is unknown color: approx Waikawa Grey. HEX triplet: 56, 62 and 8E. RGB value is (86,98,142). Sum of RGB (Red+Green+Blue) = 86+98+142=326 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.38% from 326); Green value is 98 (38.67% from 255 or 30.06% from 326); Blue value is 142 (55.86% from 255 or 43.56% from 326); Max value from RGB is 142 - color contains mainly: blue. Hex color #56628E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56628E is #A99D71. Grayscale: #636363. Windows color (decimal): -11115890 or 9331286. OLE color: 9331286.

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

Color convert

RGB8698142-
CMYK0.390.3100.44
HSL227.14º24.56%44.71%-
HSV(B)227.14º39.44%55.69%-
XYZ13.0912.6727.35-
YUV99.43152.02118.42-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.38%
GREEN value IS 98 (38.67% from 255) = 30.06%
BLUE value IS 142 (55.86% from 255) = 43.56%
R=26.38%
G=30.06%
B=43.56%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal86981420.390.3100.44227.1424.5644.71
Hex56628E271F02Ce3192d
Octal12614221647370543433155
Binary10101101100010100011101001111111101011001110001111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56628E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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