#58676C

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

Shades of Pale Sky #58676C

Tints of Pale Sky #58676C

Color information

#58676C (or 0x58676C) is unknown color: approx Pale Sky. HEX triplet: 58, 67 and 6C. RGB value is (88,103,108). Sum of RGB (Red+Green+Blue) = 88+103+108=299 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.43% from 299); Green value is 103 (40.62% from 255 or 34.45% from 299); Blue value is 108 (42.58% from 255 or 36.12% from 299); Max value from RGB is 108 - color contains mainly: blue. Hex color #58676C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58676C is #A79893. Grayscale: #636363. Windows color (decimal): -10983572 or 7104344. OLE color: 7104344.

HSL color Cylindrical-coordinate representation of color #58676C: hue angle of 195º 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 #58676C is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB88103108-
CMYK0.190.0500.58
HSL195º10.2%38.43%-
HSV(B)195º18.52%42.35%-
XYZ11.5812.8616.06-
YUV99.08133.03120.09-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 29.43%
GREEN value IS 103 (40.62% from 255) = 34.45%
BLUE value IS 108 (42.58% from 255) = 36.12%
R=29.43%
G=34.45%
B=36.12%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal881031080.190.0500.5819510.238.43
Hex58676C13503Ac3a26
Octal1301471542350723031246
Binary101100011001111101100100111010111010110000111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58676C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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