Html Css Color HEX #5A988D Patina

📋 copy color: '#5A988D'

red 90 ◦ green 152 ◦ blue 141

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

Shades of Patina #5A988D

Tints of Patina #5A988D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 36.81%

R = 23.5%
G = 39.69%
B = 36.81%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.07

 K value IS 0.40

RGB Variations

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

Color information

#5A988D (or 0x5A988D) is known color: Patina. HEX triplet: 5A, 98 and 8D. RGB value is (90,152,141). Sum of RGB (Red+Green+Blue) = 90+152+141=383 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.50% from 383); Green value is 152 (59.77% from 255 or 39.69% from 383); Blue value is 141 (55.47% from 255 or 36.81% from 383); Max value from RGB is 152 - color contains mainly: green. Hex color #5A988D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5A988D is #A56772. Grayscale: #848484. Windows color (decimal): -10839923 or 9279578. OLE color: 9279578.

HSL color Cylindrical-coordinate representation of color #5A988D: hue angle of 169.35º 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 #5A988D is Cyan = 0.41, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB 90 152 141 -
CMYK 0.41 0 0.07 0.40
HSL 169.35º 0.26% 0.47% -
HSV(B) 169.35º 0.41% 0.6% -
XYZ 20.25 26.55 29.26 -
YUV 132.21 132.96 97.89 -
System Red Green Blue C M Y K H S L
Decimal 90 152 141 0.41 0 0.07 0.40 169.35 0.26 0.47
Hex 5A 98 8D 29 0 7 28 A9 1A 2F
Octal 132 230 215 51 0 7 50 251 32 57
Binary 1011010 10011000 10001101 101001 0 111 101000 10101001 11010 101111

Color Harmonies of #5A988D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A988D

Black with #5A988D

Text Example


Text Example

White with #5A988D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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