Html Css Color HEX #58696E Pale Sky

📋 copy color: '#58696E'

red 88 ◦ green 105 ◦ blue 110

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

Shades of Pale Sky #58696E

Tints of Pale Sky #58696E

RGB

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

 GREEN value IS 105 (41.41% from 255) = 34.65%

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

R = 29.04%
G = 34.65%
B = 36.3%

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

#58696E (or 0x58696E) is known color: Pale Sky. HEX triplet: 58, 69 and 6E. RGB value is (88,105,110). Sum of RGB (Red+Green+Blue) = 88+105+110=303 (40% of max value = 765). Red value is 88 (34.77% from 255 or 29.04% from 303); Green value is 105 (41.41% from 255 or 34.65% from 303); Blue value is 110 (43.36% from 255 or 36.30% from 303); Max value from RGB is 110 - color contains mainly: blue. Hex color #58696E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58696E is #A79691. Grayscale: #646464. Windows color (decimal): -10983058 or 7235928. OLE color: 7235928.

HSL color Cylindrical-coordinate representation of color #58696E: hue angle of 193.64º 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 #58696E is Cyan = 0.2, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 88 105 110 -
CMYK 0.2 0.05 0 0.57
HSL 193.64º 0.11% 0.39% -
HSV(B) 193.64º 0.2% 0.43% -
XYZ 11.89 13.3 16.69 -
YUV 100.49 133.37 119.09 -
System Red Green Blue C M Y K H S L
Decimal 88 105 110 0.2 0.05 0 0.57 193.64 0.11 0.39
Hex 58 69 6E 14 5 0 39 C2 B 27
Octal 130 151 156 24 5 0 71 302 13 47
Binary 1011000 1101001 1101110 10100 101 0 111001 11000010 1011 100111

Color Harmonies of #58696E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58696E

Black with #58696E

Text Example


Text Example

White with #58696E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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