Html Css Color HEX #5A9889 Patina

📋 copy color: '#5A9889'

red 90 ◦ green 152 ◦ blue 137

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

Shades of Patina #5A9889

Tints of Patina #5A9889

RGB

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

 GREEN value IS 152 (59.77% from 255) = 40.11%

 BLUE value IS 137 (53.91% from 255) = 36.15%

R = 23.75%
G = 40.11%
B = 36.15%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.10

 K value IS 0.40

RGB Variations

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

Color information

#5A9889 (or 0x5A9889) is known color: Patina. HEX triplet: 5A, 98 and 89. RGB value is (90,152,137). Sum of RGB (Red+Green+Blue) = 90+152+137=379 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.75% from 379); Green value is 152 (59.77% from 255 or 40.11% from 379); Blue value is 137 (53.91% from 255 or 36.15% from 379); Max value from RGB is 152 - color contains mainly: green. Hex color #5A9889 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5A9889 is #A56776. Grayscale: #838383. Windows color (decimal): -10839927 or 9017434. OLE color: 9017434.

HSL color Cylindrical-coordinate representation of color #5A9889: hue angle of 165.48º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5A9889 is Cyan = 0.41, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.40.

Color convert

RGB 90 152 137 -
CMYK 0.41 0 0.10 0.40
HSL 165.48º 0.26% 0.47% -
HSV(B) 165.48º 0.41% 0.6% -
XYZ 19.96 26.44 27.72 -
YUV 131.75 130.96 98.22 -
System Red Green Blue C M Y K H S L
Decimal 90 152 137 0.41 0 0.10 0.40 165.48 0.26 0.47
Hex 5A 98 89 29 0 A 28 A5 1A 2F
Octal 132 230 211 51 0 12 50 245 32 57
Binary 1011010 10011000 10001001 101001 0 1010 101000 10100101 11010 101111

Color Harmonies of #5A9889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A9889

Black with #5A9889

Text Example


Text Example

White with #5A9889

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,152,137); }

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

background-color css

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

 a { background-color: rgb(90,152,137); }

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

border-color css

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

 span { border-color: rgb(90,152,137); }

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