Html Css Color HEX #5A7075 Pale Sky

📋 copy color: '#5A7075'

red 90 ◦ green 112 ◦ blue 117

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

Shades of Pale Sky #5A7075

Tints of Pale Sky #5A7075

RGB

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

 GREEN value IS 112 (44.14% from 255) = 35.11%

 BLUE value IS 117 (46.09% from 255) = 36.68%

R = 28.21%
G = 35.11%
B = 36.68%

CMYK

 C value IS 0.23

 M value IS 0.04

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#5A7075 (or 0x5A7075) is known color: Pale Sky. HEX triplet: 5A, 70 and 75. RGB value is (90,112,117). Sum of RGB (Red+Green+Blue) = 90+112+117=319 (42% of max value = 765). Red value is 90 (35.55% from 255 or 28.21% from 319); Green value is 112 (44.14% from 255 or 35.11% from 319); Blue value is 117 (46.09% from 255 or 36.68% from 319); Max value from RGB is 117 - color contains mainly: blue. Hex color #5A7075 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7075 is #A58F8A. Grayscale: #696969. Windows color (decimal): -10850187 or 7696474. OLE color: 7696474.

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

Color convert

RGB 90 112 117 -
CMYK 0.23 0.04 0 0.54
HSL 191.11º 0.13% 0.41% -
HSV(B) 191.11º 0.23% 0.46% -
XYZ 13.22 15.05 19.04 -
YUV 105.99 134.21 116.59 -
System Red Green Blue C M Y K H S L
Decimal 90 112 117 0.23 0.04 0 0.54 191.11 0.13 0.41
Hex 5A 70 75 17 4 0 36 BF D 29
Octal 132 160 165 27 4 0 66 277 15 51
Binary 1011010 1110000 1110101 10111 100 0 110110 10111111 1101 101001

Color Harmonies of #5A7075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A7075

Black with #5A7075

Text Example


Text Example

White with #5A7075

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,112,117); }

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

background-color css

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

 a { background-color: rgb(90,112,117); }

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

border-color css

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

 span { border-color: rgb(90,112,117); }

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