#58628E

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

Shades of Waikawa Grey #58628E

Tints of Waikawa Grey #58628E

Color information

#58628E (or 0x58628E) is unknown color: approx Waikawa Grey. HEX triplet: 58, 62 and 8E. RGB value is (88,98,142). Sum of RGB (Red+Green+Blue) = 88+98+142=328 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.83% from 328); Green value is 98 (38.67% from 255 or 29.88% from 328); Blue value is 142 (55.86% from 255 or 43.29% from 328); Max value from RGB is 142 - color contains mainly: blue. Hex color #58628E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58628E is #A79D71. Grayscale: #636363. Windows color (decimal): -10984818 or 9331288. OLE color: 9331288.

HSL color Cylindrical-coordinate representation of color #58628E: hue angle of 228.89º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #58628E is Cyan = 0.38, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8898142-
CMYK0.380.3100.44
HSL228.89º23.48%45.1%-
HSV(B)228.89º38.03%55.69%-
XYZ13.2712.7627.36-
YUV100.03151.69119.42-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.83%
GREEN value IS 98 (38.67% from 255) = 29.88%
BLUE value IS 142 (55.86% from 255) = 43.29%
R=26.83%
G=29.88%
B=43.29%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal88981420.380.3100.44228.8923.4845.1
Hex58628E261F02Ce5172d
Octal13014221646370543452755
Binary10110001100010100011101001101111101011001110010110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58628E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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