#58658C

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

Shades of Waikawa Grey #58658C

Tints of Waikawa Grey #58658C

Color information

#58658C (or 0x58658C) is unknown color: approx Waikawa Grey. HEX triplet: 58, 65 and 8C. RGB value is (88,101,140). Sum of RGB (Red+Green+Blue) = 88+101+140=329 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.75% from 329); Green value is 101 (39.84% from 255 or 30.70% from 329); Blue value is 140 (55.08% from 255 or 42.55% from 329); Max value from RGB is 140 - color contains mainly: blue. Hex color #58658C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58658C is #A79A73. Grayscale: #656565. Windows color (decimal): -10984052 or 9200984. OLE color: 9200984.

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

Color convert

RGB88101140-
CMYK0.370.2800.45
HSL225º22.81%44.71%-
HSV(B)225º37.14%54.9%-
XYZ13.4113.2826.67-
YUV101.56149.69118.33-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.75%
GREEN value IS 101 (39.84% from 255) = 30.70%
BLUE value IS 140 (55.08% from 255) = 42.55%
R=26.75%
G=30.70%
B=42.55%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal881011400.370.2800.4522522.8144.71
Hex58658C251C02De1172d
Octal13014521445340553412755
Binary10110001100101100011001001011110001011011110000110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58658C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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