Html Css Color HEX #5E6D73 Pale Sky

📋 copy color: '#5E6D73'

red 94 ◦ green 109 ◦ blue 115

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

Shades of Pale Sky #5E6D73

Tints of Pale Sky #5E6D73

RGB

 RED value IS 94 (37.11% from 255) = 29.56%

 GREEN value IS 109 (42.97% from 255) = 34.28%

 BLUE value IS 115 (45.31% from 255) = 36.16%

R = 29.56%
G = 34.28%
B = 36.16%

CMYK

 C value IS 0.18

 M value IS 0.05

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#5E6D73 (or 0x5E6D73) is known color: Pale Sky. HEX triplet: 5E, 6D and 73. RGB value is (94,109,115). Sum of RGB (Red+Green+Blue) = 94+109+115=318 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.56% from 318); Green value is 109 (42.97% from 255 or 34.28% from 318); Blue value is 115 (45.31% from 255 or 36.16% from 318); Max value from RGB is 115 - color contains mainly: blue. Hex color #5E6D73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E6D73 is #A1928C. Grayscale: #696969. Windows color (decimal): -10588813 or 7564638. OLE color: 7564638.

HSL color Cylindrical-coordinate representation of color #5E6D73: hue angle of 197.14º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #5E6D73 is Cyan = 0.18, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 94 109 115 -
CMYK 0.18 0.05 0 0.55
HSL 197.14º 0.1% 0.41% -
HSV(B) 197.14º 0.18% 0.45% -
XYZ 13.18 14.55 18.33 -
YUV 105.2 133.53 120.01 -
System Red Green Blue C M Y K H S L
Decimal 94 109 115 0.18 0.05 0 0.55 197.14 0.1 0.41
Hex 5E 6D 73 12 5 0 37 C5 A 29
Octal 136 155 163 22 5 0 67 305 12 51
Binary 1011110 1101101 1110011 10010 101 0 110111 11000101 1010 101001

Color Harmonies of #5E6D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6D73

Black with #5E6D73

Text Example


Text Example

White with #5E6D73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5E6D73; }

 p { color: rgb(94,109,115); }

 H1.HeaderClassName
 {
   color: #5E6D73;
 }
 .AnyTagClassName
 {
   color: #5E6D73;
 }
</style>

background-color css

<style>
 a { background-color: #5E6D73; }

 a { background-color: rgb(94,109,115); }

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

border-color css

<style>
 span { border-color: #5E6D73; }

 span { border-color: rgb(94,109,115); }

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