Html Css Color HEX #58686D Pale Sky

📋 copy color: '#58686D'

red 88 ◦ green 104 ◦ blue 109

#58686D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Sky #58686D

Tints of Pale Sky #58686D

RGB

 RED value IS 88 (34.77% from 255) = 29.24%

 GREEN value IS 104 (41.02% from 255) = 34.55%

 BLUE value IS 109 (42.97% from 255) = 36.21%

R = 29.24%
G = 34.55%
B = 36.21%

CMYK

 C value IS 0.19

 M value IS 0.05

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#58686D (or 0x58686D) is known color: Pale Sky. HEX triplet: 58, 68 and 6D. RGB value is (88,104,109). Sum of RGB (Red+Green+Blue) = 88+104+109=301 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.24% from 301); Green value is 104 (41.02% from 255 or 34.55% from 301); Blue value is 109 (42.97% from 255 or 36.21% from 301); Max value from RGB is 109 - color contains mainly: blue. Hex color #58686D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58686D is #A79792. Grayscale: #636363. Windows color (decimal): -10983315 or 7170136. OLE color: 7170136.

HSL color Cylindrical-coordinate representation of color #58686D: hue angle of 194.29º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #58686D is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 88 104 109 -
CMYK 0.19 0.05 0 0.57
HSL 194.29º 0.11% 0.39% -
HSV(B) 194.29º 0.19% 0.43% -
XYZ 11.74 13.08 16.37 -
YUV 99.79 133.2 119.59 -
System Red Green Blue C M Y K H S L
Decimal 88 104 109 0.19 0.05 0 0.57 194.29 0.11 0.39
Hex 58 68 6D 13 5 0 39 C2 B 27
Octal 130 150 155 23 5 0 71 302 13 47
Binary 1011000 1101000 1101101 10011 101 0 111001 11000010 1011 100111

Color Harmonies of #58686D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58686D

Black with #58686D

Text Example


Text Example

White with #58686D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,104,109); }

 H1.HeaderClassName
 {
   color: #58686D;
 }
 .AnyTagClassName
 {
   color: #58686D;
 }
</style>

background-color css

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

 a { background-color: rgb(88,104,109); }

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

border-color css

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

 span { border-color: rgb(88,104,109); }

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