Html Css Color HEX #5E6365 Pale Sky

📋 copy color: '#5E6365'

red 94 ◦ green 99 ◦ blue 101

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

Shades of Pale Sky #5E6365

Tints of Pale Sky #5E6365

RGB

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

 GREEN value IS 99 (39.06% from 255) = 33.67%

 BLUE value IS 101 (39.84% from 255) = 34.35%

R = 31.97%
G = 33.67%
B = 34.35%

CMYK

 C value IS 0.07

 M value IS 0.02

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#5E6365 (or 0x5E6365) is known color: Pale Sky. HEX triplet: 5E, 63 and 65. RGB value is (94,99,101). Sum of RGB (Red+Green+Blue) = 94+99+101=294 (38% of max value = 765). Red value is 94 (37.11% from 255 or 31.97% from 294); Green value is 99 (39.06% from 255 or 33.67% from 294); Blue value is 101 (39.84% from 255 or 34.35% from 294); Max value from RGB is 101 - color contains mainly: blue. Hex color #5E6365 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E6365 is #A19C9A. Grayscale: #616161. Windows color (decimal): -10591387 or 6644574. OLE color: 6644574.

HSL color Cylindrical-coordinate representation of color #5E6365: hue angle of 197.14º degrees, saturation: 0.04, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #5E6365 is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 94 99 101 -
CMYK 0.07 0.02 0 0.60
HSL 197.14º 0.04% 0.38% -
HSV(B) 197.14º 0.07% 0.4% -
XYZ 11.43 12.24 14.07 -
YUV 97.73 129.84 125.34 -
System Red Green Blue C M Y K H S L
Decimal 94 99 101 0.07 0.02 0 0.60 197.14 0.04 0.38
Hex 5E 63 65 7 2 0 3C C5 4 26
Octal 136 143 145 7 2 0 74 305 4 46
Binary 1011110 1100011 1100101 111 10 0 111100 11000101 100 100110

Color Harmonies of #5E6365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6365

Black with #5E6365

Text Example


Text Example

White with #5E6365

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,99,101); }

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

background-color css

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

 a { background-color: rgb(94,99,101); }

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

border-color css

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

 span { border-color: rgb(94,99,101); }

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