Html Css Color HEX #5A7073 Pale Sky

📋 copy color: '#5A7073'

red 90 ◦ green 112 ◦ blue 115

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

Shades of Pale Sky #5A7073

Tints of Pale Sky #5A7073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 36.28%

R = 28.39%
G = 35.33%
B = 36.28%

CMYK

 C value IS 0.22

 M value IS 0.03

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#5A7073 (or 0x5A7073) is known color: Pale Sky. HEX triplet: 5A, 70 and 73. RGB value is (90,112,115). Sum of RGB (Red+Green+Blue) = 90+112+115=317 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.39% from 317); Green value is 112 (44.14% from 255 or 35.33% from 317); Blue value is 115 (45.31% from 255 or 36.28% from 317); Max value from RGB is 115 - color contains mainly: blue. Hex color #5A7073 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7073 is #A58F8C. Grayscale: #696969. Windows color (decimal): -10850189 or 7565402. OLE color: 7565402.

HSL color Cylindrical-coordinate representation of color #5A7073: hue angle of 187.2º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5A7073 is Cyan = 0.22, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 90 112 115 -
CMYK 0.22 0.03 0 0.55
HSL 187.2º 0.12% 0.4% -
HSV(B) 187.2º 0.22% 0.45% -
XYZ 13.11 15 18.42 -
YUV 105.76 133.21 116.76 -
System Red Green Blue C M Y K H S L
Decimal 90 112 115 0.22 0.03 0 0.55 187.2 0.12 0.4
Hex 5A 70 73 16 3 0 37 BB C 28
Octal 132 160 163 26 3 0 67 273 14 50
Binary 1011010 1110000 1110011 10110 11 0 110111 10111011 1100 101000

Color Harmonies of #5A7073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A7073

Black with #5A7073

Text Example


Text Example

White with #5A7073

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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