Html Css Color HEX #5A998C Patina

📋 copy color: '#5A998C'

red 90 ◦ green 153 ◦ blue 140

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

Shades of Patina #5A998C

Tints of Patina #5A998C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 39.95%

 BLUE value IS 140 (55.08% from 255) = 36.55%

R = 23.5%
G = 39.95%
B = 36.55%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.08

 K value IS 0.4

RGB Variations

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

Color information

#5A998C (or 0x5A998C) is known color: Patina. HEX triplet: 5A, 99 and 8C. RGB value is (90,153,140). Sum of RGB (Red+Green+Blue) = 90+153+140=383 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.50% from 383); Green value is 153 (60.16% from 255 or 39.95% from 383); Blue value is 140 (55.08% from 255 or 36.55% from 383); Max value from RGB is 153 - color contains mainly: green. Hex color #5A998C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5A998C is #A56673. Grayscale: #848484. Windows color (decimal): -10839668 or 9214298. OLE color: 9214298.

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

Color convert

RGB 90 153 140 -
CMYK 0.41 0 0.08 0.4
HSL 167.62º 0.26% 0.48% -
HSV(B) 167.62º 0.41% 0.6% -
XYZ 20.34 26.85 28.92 -
YUV 132.68 132.13 97.56 -
System Red Green Blue C M Y K H S L
Decimal 90 153 140 0.41 0 0.08 0.4 167.62 0.26 0.48
Hex 5A 99 8C 29 0 8 28 A8 1A 30
Octal 132 231 214 51 0 10 50 250 32 60
Binary 1011010 10011001 10001100 101001 0 1000 101000 10101000 11010 110000

Color Harmonies of #5A998C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A998C

Black with #5A998C

Text Example


Text Example

White with #5A998C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,153,140); }

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

background-color css

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

 a { background-color: rgb(90,153,140); }

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

border-color css

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

 span { border-color: rgb(90,153,140); }

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