Html Css Color HEX #5D988D Patina

📋 copy color: '#5D988D'

red 93 ◦ green 152 ◦ blue 141

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

Shades of Patina #5D988D

Tints of Patina #5D988D

RGB

 RED value IS 93 (36.72% from 255) = 24.09%

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

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

R = 24.09%
G = 39.38%
B = 36.53%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.07

 K value IS 0.40

RGB Variations

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

Color information

#5D988D (or 0x5D988D) is known color: Patina. HEX triplet: 5D, 98 and 8D. RGB value is (93,152,141). Sum of RGB (Red+Green+Blue) = 93+152+141=386 (51% of max value = 765). Red value is 93 (36.72% from 255 or 24.09% from 386); Green value is 152 (59.77% from 255 or 39.38% from 386); Blue value is 141 (55.47% from 255 or 36.53% from 386); Max value from RGB is 152 - color contains mainly: green. Hex color #5D988D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D988D is #A26772. Grayscale: #858585. Windows color (decimal): -10643315 or 9279581. OLE color: 9279581.

HSL color Cylindrical-coordinate representation of color #5D988D: hue angle of 168.81º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5D988D is Cyan = 0.39, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB 93 152 141 -
CMYK 0.39 0 0.07 0.40
HSL 168.81º 0.24% 0.48% -
HSV(B) 168.81º 0.39% 0.6% -
XYZ 20.55 26.71 29.27 -
YUV 133.11 132.45 99.39 -
System Red Green Blue C M Y K H S L
Decimal 93 152 141 0.39 0 0.07 0.40 168.81 0.24 0.48
Hex 5D 98 8D 27 0 7 28 A9 18 30
Octal 135 230 215 47 0 7 50 251 30 60
Binary 1011101 10011000 10001101 100111 0 111 101000 10101001 11000 110000

Color Harmonies of #5D988D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D988D

Black with #5D988D

Text Example


Text Example

White with #5D988D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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