Html Css Color HEX #5E6567 Pale Sky

📋 copy color: '#5E6567'

red 94 ◦ green 101 ◦ blue 103

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

Shades of Pale Sky #5E6567

Tints of Pale Sky #5E6567

RGB

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

 GREEN value IS 101 (39.84% from 255) = 33.89%

 BLUE value IS 103 (40.63% from 255) = 34.56%

R = 31.54%
G = 33.89%
B = 34.56%

CMYK

 C value IS 0.09

 M value IS 0.02

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#5E6567 (or 0x5E6567) is known color: Pale Sky. HEX triplet: 5E, 65 and 67. RGB value is (94,101,103). Sum of RGB (Red+Green+Blue) = 94+101+103=298 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.54% from 298); Green value is 101 (39.84% from 255 or 33.89% from 298); Blue value is 103 (40.62% from 255 or 34.56% from 298); Max value from RGB is 103 - color contains mainly: blue. Hex color #5E6567 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E6567 is #A19A98. Grayscale: #636363. Windows color (decimal): -10590873 or 6776158. OLE color: 6776158.

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

Color convert

RGB 94 101 103 -
CMYK 0.09 0.02 0 0.60
HSL 193.33º 0.05% 0.39% -
HSV(B) 193.33º 0.09% 0.4% -
XYZ 11.72 12.67 14.66 -
YUV 99.14 130.18 124.34 -
System Red Green Blue C M Y K H S L
Decimal 94 101 103 0.09 0.02 0 0.60 193.33 0.05 0.39
Hex 5E 65 67 9 2 0 3C C1 5 27
Octal 136 145 147 11 2 0 74 301 5 47
Binary 1011110 1100101 1100111 1001 10 0 111100 11000001 101 100111

Color Harmonies of #5E6567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6567

Black with #5E6567

Text Example


Text Example

White with #5E6567

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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