#58658D

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

Shades of Waikawa Grey #58658D

Tints of Waikawa Grey #58658D

Color information

#58658D (or 0x58658D) is unknown color: approx Waikawa Grey. HEX triplet: 58, 65 and 8D. RGB value is (88,101,141). Sum of RGB (Red+Green+Blue) = 88+101+141=330 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.67% from 330); Green value is 101 (39.84% from 255 or 30.61% from 330); Blue value is 141 (55.47% from 255 or 42.73% from 330); Max value from RGB is 141 - color contains mainly: blue. Hex color #58658D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58658D is #A79A72. Grayscale: #656565. Windows color (decimal): -10984051 or 9266520. OLE color: 9266520.

HSL color Cylindrical-coordinate representation of color #58658D: hue angle of 225.28º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #58658D is Cyan = 0.38, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB88101141-
CMYK0.380.2800.45
HSL225.28º23.14%44.9%-
HSV(B)225.28º37.59%55.29%-
XYZ13.4913.3127.06-
YUV101.67150.19118.25-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.67%
GREEN value IS 101 (39.84% from 255) = 30.61%
BLUE value IS 141 (55.47% from 255) = 42.73%
R=26.67%
G=30.61%
B=42.73%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal881011410.380.2800.45225.2823.1444.9
Hex58658D261C02De1172d
Octal13014521546340553412755
Binary10110001100101100011011001101110001011011110000110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58658D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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