#5A7276

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

Shades of Pale Sky #5A7276

Tints of Pale Sky #5A7276

Color information

#5A7276 (or 0x5A7276) is unknown color: approx Pale Sky. HEX triplet: 5A, 72 and 76. RGB value is (90,114,118). Sum of RGB (Red+Green+Blue) = 90+114+118=322 (42% of max value = 765). Red value is 90 (35.55% from 255 or 27.95% from 322); Green value is 114 (44.92% from 255 or 35.40% from 322); Blue value is 118 (46.48% from 255 or 36.65% from 322); Max value from RGB is 118 - color contains mainly: blue. Hex color #5A7276 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7276 is #A58D89. Grayscale: #6B6B6B. Windows color (decimal): -10849674 or 7762522. OLE color: 7762522.

HSL color Cylindrical-coordinate representation of color #5A7276: hue angle of 188.57º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5A7276 is Cyan = 0.24, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB90114118-
CMYK0.240.0300.54
HSL188.57º13.46%40.78%-
HSV(B)188.57º23.73%46.27%-
XYZ13.515.5219.42-
YUV107.28134.05115.67-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 27.95%
GREEN value IS 114 (44.92% from 255) = 35.40%
BLUE value IS 118 (46.48% from 255) = 36.65%
R=27.95%
G=35.40%
B=36.65%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal901141180.240.0300.54188.5713.4640.78
Hex5A7276183036bdd29
Octal1321621663030662751551
Binary10110101110010111011011000110110110101111011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A7276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,114,118); }

 H1.HeaderClassName
 {
   color: #5A7276;
 }
 .AnyTagClassName
 {
   color: #5A7276;
 }
</style>
background-color css

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

 a { background-color: rgb(90,114,118); }

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

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

 span { border-color: rgb(90,114,118); }

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