#58658A

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

Shades of Waikawa Grey #58658A

Tints of Waikawa Grey #58658A

Color information

#58658A (or 0x58658A) is unknown color: approx Waikawa Grey. HEX triplet: 58, 65 and 8A. RGB value is (88,101,138). Sum of RGB (Red+Green+Blue) = 88+101+138=327 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.91% from 327); Green value is 101 (39.84% from 255 or 30.89% from 327); Blue value is 138 (54.30% from 255 or 42.20% from 327); Max value from RGB is 138 - color contains mainly: blue. Hex color #58658A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58658A is #A79A75. Grayscale: #656565. Windows color (decimal): -10984054 or 9069912. OLE color: 9069912.

HSL color Cylindrical-coordinate representation of color #58658A: hue angle of 224.4º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #58658A is Cyan = 0.36, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB88101138-
CMYK0.360.2700.46
HSL224.4º22.12%44.31%-
HSV(B)224.4º36.23%54.12%-
XYZ13.2713.2225.9-
YUV101.33148.69118.49-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.91%
GREEN value IS 101 (39.84% from 255) = 30.89%
BLUE value IS 138 (54.30% from 255) = 42.20%
R=26.91%
G=30.89%
B=42.20%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal881011380.360.2700.46224.422.1244.31
Hex58658A241B02Ee0162c
Octal13014521244330563402654
Binary10110001100101100010101001001101101011101110000010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58658A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,101,138); }

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

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

 a { background-color: rgb(88,101,138); }

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

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

 span { border-color: rgb(88,101,138); }

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