#58666B

Color #58666B Pale Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Sky #58666B

Tints of Pale Sky #58666B

Color information

#58666B (or 0x58666B) is unknown color: approx Pale Sky. HEX triplet: 58, 66 and 6B. RGB value is (88,102,107). Sum of RGB (Red+Green+Blue) = 88+102+107=297 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.63% from 297); Green value is 102 (40.23% from 255 or 34.34% from 297); Blue value is 107 (42.19% from 255 or 36.03% from 297); Max value from RGB is 107 - color contains mainly: blue. Hex color #58666B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58666B is #A79994. Grayscale: #626262. Windows color (decimal): -10983829 or 7038552. OLE color: 7038552.

HSL color Cylindrical-coordinate representation of color #58666B: hue angle of 195.79º degrees, saturation: 0.1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #58666B is Cyan = 0.18, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB88102107-
CMYK0.180.0500.58
HSL195.79º9.74%38.24%-
HSV(B)195.79º17.76%41.96%-
XYZ11.4312.6415.75-
YUV98.38132.86120.59-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 29.63%
GREEN value IS 102 (40.23% from 255) = 34.34%
BLUE value IS 107 (42.19% from 255) = 36.03%
R=29.63%
G=34.34%
B=36.03%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal881021070.180.0500.58195.799.7438.24
Hex58666B12503Ac4a26
Octal1301461532250723041246
Binary101100011001101101011100101010111010110001001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58666B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58666B; }

 p { color: rgb(88,102,107); }

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

<style>
 a { background-color: #58666B; }

 a { background-color: rgb(88,102,107); }

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

<style>
 span { border-color: #58666B; }

 span { border-color: rgb(88,102,107); }

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