Html Css Color HEX #5A6C76 Pale Sky

📋 copy color: '#5A6C76'

red 90 ◦ green 108 ◦ blue 118

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

Shades of Pale Sky #5A6C76

Tints of Pale Sky #5A6C76

RGB

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

 GREEN value IS 108 (42.58% from 255) = 34.18%

 BLUE value IS 118 (46.48% from 255) = 37.34%

R = 28.48%
G = 34.18%
B = 37.34%

CMYK

 C value IS 0.24

 M value IS 0.08

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#5A6C76 (or 0x5A6C76) is known color: Pale Sky. HEX triplet: 5A, 6C and 76. RGB value is (90,108,118). Sum of RGB (Red+Green+Blue) = 90+108+118=316 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.48% from 316); Green value is 108 (42.58% from 255 or 34.18% from 316); Blue value is 118 (46.48% from 255 or 37.34% from 316); Max value from RGB is 118 - color contains mainly: blue. Hex color #5A6C76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6C76 is #A59389. Grayscale: #676767. Windows color (decimal): -10851210 or 7760986. OLE color: 7760986.

HSL color Cylindrical-coordinate representation of color #5A6C76: hue angle of 201.43º 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 #5A6C76 is Cyan = 0.24, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 90 108 118 -
CMYK 0.24 0.08 0 0.54
HSL 201.43º 0.13% 0.41% -
HSV(B) 201.43º 0.24% 0.46% -
XYZ 12.85 14.21 19.2 -
YUV 103.76 136.04 118.19 -
System Red Green Blue C M Y K H S L
Decimal 90 108 118 0.24 0.08 0 0.54 201.43 0.13 0.41
Hex 5A 6C 76 18 8 0 36 C9 D 29
Octal 132 154 166 30 10 0 66 311 15 51
Binary 1011010 1101100 1110110 11000 1000 0 110110 11001001 1101 101001

Color Harmonies of #5A6C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A6C76

Black with #5A6C76

Text Example


Text Example

White with #5A6C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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