Html Css Color HEX #5A6E71 Pale Sky

📋 copy color: '#5A6E71'

red 90 ◦ green 110 ◦ blue 113

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

Shades of Pale Sky #5A6E71

Tints of Pale Sky #5A6E71

RGB

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

 GREEN value IS 110 (43.36% from 255) = 35.14%

 BLUE value IS 113 (44.53% from 255) = 36.1%

R = 28.75%
G = 35.14%
B = 36.1%

CMYK

 C value IS 0.20

 M value IS 0.03

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#5A6E71 (or 0x5A6E71) is known color: Pale Sky. HEX triplet: 5A, 6E and 71. RGB value is (90,110,113). Sum of RGB (Red+Green+Blue) = 90+110+113=313 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.75% from 313); Green value is 110 (43.36% from 255 or 35.14% from 313); Blue value is 113 (44.53% from 255 or 36.10% from 313); Max value from RGB is 113 - color contains mainly: blue. Hex color #5A6E71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6E71 is #A5918E. Grayscale: #686868. Windows color (decimal): -10850703 or 7433818. OLE color: 7433818.

HSL color Cylindrical-coordinate representation of color #5A6E71: hue angle of 187.83º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #5A6E71 is Cyan = 0.20, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 90 110 113 -
CMYK 0.20 0.03 0 0.56
HSL 187.83º 0.11% 0.4% -
HSV(B) 187.83º 0.2% 0.44% -
XYZ 12.77 14.52 17.75 -
YUV 104.36 132.87 117.76 -
System Red Green Blue C M Y K H S L
Decimal 90 110 113 0.20 0.03 0 0.56 187.83 0.11 0.4
Hex 5A 6E 71 14 3 0 38 BC B 28
Octal 132 156 161 24 3 0 70 274 13 50
Binary 1011010 1101110 1110001 10100 11 0 111000 10111100 1011 101000

Color Harmonies of #5A6E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A6E71

Black with #5A6E71

Text Example


Text Example

White with #5A6E71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,110,113); }

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

background-color css

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

 a { background-color: rgb(90,110,113); }

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

border-color css

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

 span { border-color: rgb(90,110,113); }

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