Html Css Color HEX #58686E Pale Sky

📋 copy color: '#58686E'

red 88 ◦ green 104 ◦ blue 110

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

Shades of Pale Sky #58686E

Tints of Pale Sky #58686E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 36.42%

R = 29.14%
G = 34.44%
B = 36.42%

CMYK

 C value IS 0.2

 M value IS 0.05

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#58686E (or 0x58686E) is known color: Pale Sky. HEX triplet: 58, 68 and 6E. RGB value is (88,104,110). Sum of RGB (Red+Green+Blue) = 88+104+110=302 (40% of max value = 765). Red value is 88 (34.77% from 255 or 29.14% from 302); Green value is 104 (41.02% from 255 or 34.44% from 302); Blue value is 110 (43.36% from 255 or 36.42% from 302); Max value from RGB is 110 - color contains mainly: blue. Hex color #58686E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58686E is #A79791. Grayscale: #636363. Windows color (decimal): -10983314 or 7235672. OLE color: 7235672.

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

Color convert

RGB 88 104 110 -
CMYK 0.2 0.05 0 0.57
HSL 196.36º 0.11% 0.39% -
HSV(B) 196.36º 0.2% 0.43% -
XYZ 11.79 13.1 16.66 -
YUV 99.9 133.7 119.51 -
System Red Green Blue C M Y K H S L
Decimal 88 104 110 0.2 0.05 0 0.57 196.36 0.11 0.39
Hex 58 68 6E 14 5 0 39 C4 B 27
Octal 130 150 156 24 5 0 71 304 13 47
Binary 1011000 1101000 1101110 10100 101 0 111001 11000100 1011 100111

Color Harmonies of #58686E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58686E

Black with #58686E

Text Example


Text Example

White with #58686E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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