Html Css Color HEX #5A9D8A Patina

📋 copy color: '#5A9D8A'

red 90 ◦ green 157 ◦ blue 138

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

Shades of Patina #5A9D8A

Tints of Patina #5A9D8A

RGB

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

 GREEN value IS 157 (61.72% from 255) = 40.78%

 BLUE value IS 138 (54.3% from 255) = 35.84%

R = 23.38%
G = 40.78%
B = 35.84%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.12

 K value IS 0.38

RGB Variations

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

Color information

#5A9D8A (or 0x5A9D8A) is known color: Patina. HEX triplet: 5A, 9D and 8A. RGB value is (90,157,138). Sum of RGB (Red+Green+Blue) = 90+157+138=385 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.38% from 385); Green value is 157 (61.72% from 255 or 40.78% from 385); Blue value is 138 (54.30% from 255 or 35.84% from 385); Max value from RGB is 157 - color contains mainly: green. Hex color #5A9D8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5A9D8A is #A56275. Grayscale: #868686. Windows color (decimal): -10838646 or 9084250. OLE color: 9084250.

HSL color Cylindrical-coordinate representation of color #5A9D8A: hue angle of 162.99º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5A9D8A is Cyan = 0.43, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.38.

Color convert

RGB 90 157 138 -
CMYK 0.43 0 0.12 0.38
HSL 162.99º 0.27% 0.48% -
HSV(B) 162.99º 0.43% 0.62% -
XYZ 20.86 28.12 28.37 -
YUV 134.8 129.8 96.04 -
System Red Green Blue C M Y K H S L
Decimal 90 157 138 0.43 0 0.12 0.38 162.99 0.27 0.48
Hex 5A 9D 8A 2B 0 C 26 A3 1B 30
Octal 132 235 212 53 0 14 46 243 33 60
Binary 1011010 10011101 10001010 101011 0 1100 100110 10100011 11011 110000

Color Harmonies of #5A9D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A9D8A

Black with #5A9D8A

Text Example


Text Example

White with #5A9D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,157,138); }

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

background-color css

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

 a { background-color: rgb(90,157,138); }

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

border-color css

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

 span { border-color: rgb(90,157,138); }

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