Html Css Color HEX #58696C Pale Sky

📋 copy color: '#58696C'

red 88 ◦ green 105 ◦ blue 108

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

Shades of Pale Sky #58696C

Tints of Pale Sky #58696C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 35.88%

R = 29.24%
G = 34.88%
B = 35.88%

CMYK

 C value IS 0.19

 M value IS 0.03

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#58696C (or 0x58696C) is known color: Pale Sky. HEX triplet: 58, 69 and 6C. RGB value is (88,105,108). Sum of RGB (Red+Green+Blue) = 88+105+108=301 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.24% from 301); Green value is 105 (41.41% from 255 or 34.88% from 301); Blue value is 108 (42.58% from 255 or 35.88% from 301); Max value from RGB is 108 - color contains mainly: blue. Hex color #58696C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58696C is #A79693. Grayscale: #646464. Windows color (decimal): -10983060 or 7104856. OLE color: 7104856.

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

Color convert

RGB 88 105 108 -
CMYK 0.19 0.03 0 0.58
HSL 189º 0.1% 0.38% -
HSV(B) 189º 0.19% 0.42% -
XYZ 11.78 13.26 16.13 -
YUV 100.26 132.37 119.26 -
System Red Green Blue C M Y K H S L
Decimal 88 105 108 0.19 0.03 0 0.58 189 0.1 0.38
Hex 58 69 6C 13 3 0 3A BD A 26
Octal 130 151 154 23 3 0 72 275 12 46
Binary 1011000 1101001 1101100 10011 11 0 111010 10111101 1010 100110

Color Harmonies of #58696C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58696C

Black with #58696C

Text Example


Text Example

White with #58696C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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