Html Css Color HEX #5D918A Patina

📋 copy color: '#5D918A'

red 93 ◦ green 145 ◦ blue 138

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

Shades of Patina #5D918A

Tints of Patina #5D918A

RGB

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

 GREEN value IS 145 (57.03% from 255) = 38.56%

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

R = 24.73%
G = 38.56%
B = 36.7%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.05

 K value IS 0.43

RGB Variations

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

Color information

#5D918A (or 0x5D918A) is known color: Patina. HEX triplet: 5D, 91 and 8A. RGB value is (93,145,138). Sum of RGB (Red+Green+Blue) = 93+145+138=376 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.73% from 376); Green value is 145 (57.03% from 255 or 38.56% from 376); Blue value is 138 (54.30% from 255 or 36.70% from 376); Max value from RGB is 145 - color contains mainly: green. Hex color #5D918A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D918A is #A26E75. Grayscale: #808080. Windows color (decimal): -10645110 or 9081181. OLE color: 9081181.

HSL color Cylindrical-coordinate representation of color #5D918A: hue angle of 171.92º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5D918A is Cyan = 0.36, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.

Color convert

RGB 93 145 138 -
CMYK 0.36 0 0.05 0.43
HSL 171.92º 0.22% 0.47% -
HSV(B) 171.92º 0.36% 0.57% -
XYZ 19.23 24.41 27.74 -
YUV 128.65 133.27 102.57 -
System Red Green Blue C M Y K H S L
Decimal 93 145 138 0.36 0 0.05 0.43 171.92 0.22 0.47
Hex 5D 91 8A 24 0 5 2B AC 16 2F
Octal 135 221 212 44 0 5 53 254 26 57
Binary 1011101 10010001 10001010 100100 0 101 101011 10101100 10110 101111

Color Harmonies of #5D918A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D918A

Black with #5D918A

Text Example


Text Example

White with #5D918A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,145,138); }

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

background-color css

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

 a { background-color: rgb(93,145,138); }

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

border-color css

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

 span { border-color: rgb(93,145,138); }

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