#5A676C

Color #5A676C Pale Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Sky #5A676C

Tints of Pale Sky #5A676C

Color information

#5A676C (or 0x5A676C) is unknown color: approx 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

RGB90103108-
CMYK0.170.0500.58
HSL196.67º9.09%38.82%-
HSV(B)196.67º16.67%42.35%-
XYZ11.7712.9616.07-
YUV99.68132.69121.09-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 29.90%
GREEN value IS 103 (40.62% from 255) = 34.22%
BLUE value IS 108 (42.58% from 255) = 35.88%
R=29.90%
G=34.22%
B=35.88%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal901031080.170.0500.58196.679.0938.82
Hex5A676C11503Ac5927
Octal1321471542150723051147
Binary101101011001111101100100011010111010110001011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A676C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>