Html Css Color HEX #5A676C Pale Sky

📋 copy color: '#5A676C'

red 90 ◦ green 103 ◦ blue 108

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

Shades of Pale Sky #5A676C

Tints of Pale Sky #5A676C

RGB

 RED value IS 90 (35.55% from 255) = 29.9%

 GREEN value IS 103 (40.63% from 255) = 34.22%

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

R = 29.9%
G = 34.22%
B = 35.88%

CMYK

 C value IS 0.17

 M value IS 0.05

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#5A676C (or 0x5A676C) is known color: Pale Sky. HEX triplet: 5A, 67 and 6C. RGB value is (90,103,108). Sum of RGB (Red+Green+Blue) = 90+103+108=301 (39% of max value = 765). Red value is 90 (35.55% from 255 or 29.90% from 301); Green value is 103 (40.62% from 255 or 34.22% 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 #5A676C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A676C is #A59893. Grayscale: #636363. Windows color (decimal): -10852500 or 7104346. OLE color: 7104346.

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

Color convert

RGB 90 103 108 -
CMYK 0.17 0.05 0 0.58
HSL 196.67º 0.09% 0.39% -
HSV(B) 196.67º 0.17% 0.42% -
XYZ 11.77 12.96 16.07 -
YUV 99.68 132.69 121.09 -
System Red Green Blue C M Y K H S L
Decimal 90 103 108 0.17 0.05 0 0.58 196.67 0.09 0.39
Hex 5A 67 6C 11 5 0 3A C5 9 27
Octal 132 147 154 21 5 0 72 305 11 47
Binary 1011010 1100111 1101100 10001 101 0 111010 11000101 1001 100111

Color Harmonies of #5A676C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A676C

Black with #5A676C

Text Example


Text Example

White with #5A676C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,103,108); }

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

background-color css

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

 a { background-color: rgb(90,103,108); }

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

border-color css

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

 span { border-color: rgb(90,103,108); }

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