Html Css Color HEX #5D9F8B Patina

📋 copy color: '#5D9F8B'

red 93 ◦ green 159 ◦ blue 139

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

Shades of Patina #5D9F8B

Tints of Patina #5D9F8B

RGB

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

 GREEN value IS 159 (62.5% from 255) = 40.66%

 BLUE value IS 139 (54.69% from 255) = 35.55%

R = 23.79%
G = 40.66%
B = 35.55%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.13

 K value IS 0.38

RGB Variations

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

Color information

#5D9F8B (or 0x5D9F8B) is known color: Patina. HEX triplet: 5D, 9F and 8B. RGB value is (93,159,139). Sum of RGB (Red+Green+Blue) = 93+159+139=391 (51% of max value = 765). Red value is 93 (36.72% from 255 or 23.79% from 391); Green value is 159 (62.5% from 255 or 40.66% from 391); Blue value is 139 (54.69% from 255 or 35.55% from 391); Max value from RGB is 159 - color contains mainly: green. Hex color #5D9F8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D9F8B is #A26074. Grayscale: #888888. Windows color (decimal): -10641525 or 9150301. OLE color: 9150301.

HSL color Cylindrical-coordinate representation of color #5D9F8B: hue angle of 161.82º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5D9F8B is Cyan = 0.42, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.

Color convert

RGB 93 159 139 -
CMYK 0.42 0 0.13 0.38
HSL 161.82º 0.26% 0.49% -
HSV(B) 161.82º 0.42% 0.62% -
XYZ 21.57 28.99 28.88 -
YUV 136.99 129.13 96.63 -
System Red Green Blue C M Y K H S L
Decimal 93 159 139 0.42 0 0.13 0.38 161.82 0.26 0.49
Hex 5D 9F 8B 2A 0 D 26 A2 1A 31
Octal 135 237 213 52 0 15 46 242 32 61
Binary 1011101 10011111 10001011 101010 0 1101 100110 10100010 11010 110001

Color Harmonies of #5D9F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D9F8B

Black with #5D9F8B

Text Example


Text Example

White with #5D9F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,159,139); }

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

background-color css

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

 a { background-color: rgb(93,159,139); }

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

border-color css

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

 span { border-color: rgb(93,159,139); }

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