#58666C

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

Shades of Pale Sky #58666C

Tints of Pale Sky #58666C

Color information

#58666C (or 0x58666C) is unknown color: approx Pale Sky. HEX triplet: 58, 66 and 6C. RGB value is (88,102,108). Sum of RGB (Red+Green+Blue) = 88+102+108=298 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.53% from 298); Green value is 102 (40.23% from 255 or 34.23% from 298); Blue value is 108 (42.58% from 255 or 36.24% from 298); Max value from RGB is 108 - color contains mainly: blue. Hex color #58666C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58666C is #A79993. Grayscale: #626262. Windows color (decimal): -10983828 or 7104088. OLE color: 7104088.

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

Color convert

RGB88102108-
CMYK0.190.0600.58
HSL198º10.2%38.43%-
HSV(B)198º18.52%42.35%-
XYZ11.4812.6616.03-
YUV98.5133.36120.51-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 29.53%
GREEN value IS 102 (40.23% from 255) = 34.23%
BLUE value IS 108 (42.58% from 255) = 36.24%
R=29.53%
G=34.23%
B=36.24%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal881021080.190.0600.5819810.238.43
Hex58666C13603Ac6a26
Octal1301461542360723061246
Binary101100011001101101100100111100111010110001101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58666C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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