Html Css Color HEX #5D8B81 Patina

📋 copy color: '#5D8B81'

red 93 ◦ green 139 ◦ blue 129

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

Shades of Patina #5D8B81

Tints of Patina #5D8B81

RGB

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

 GREEN value IS 139 (54.69% from 255) = 38.5%

 BLUE value IS 129 (50.78% from 255) = 35.73%

R = 25.76%
G = 38.5%
B = 35.73%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.07

 K value IS 0.45

RGB Variations

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

Color information

#5D8B81 (or 0x5D8B81) is known color: Patina. HEX triplet: 5D, 8B and 81. RGB value is (93,139,129). Sum of RGB (Red+Green+Blue) = 93+139+129=361 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.76% from 361); Green value is 139 (54.69% from 255 or 38.50% from 361); Blue value is 129 (50.78% from 255 or 35.73% from 361); Max value from RGB is 139 - color contains mainly: green. Hex color #5D8B81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D8B81 is #A2747E. Grayscale: #7C7C7C. Windows color (decimal): -10646655 or 8489821. OLE color: 8489821.

HSL color Cylindrical-coordinate representation of color #5D8B81: hue angle of 166.96º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5D8B81 is Cyan = 0.33, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.45.

Color convert

RGB 93 139 129 -
CMYK 0.33 0 0.07 0.45
HSL 166.96º 0.2% 0.45% -
HSV(B) 166.96º 0.33% 0.55% -
XYZ 17.71 22.38 24.15 -
YUV 124.11 130.76 105.81 -
System Red Green Blue C M Y K H S L
Decimal 93 139 129 0.33 0 0.07 0.45 166.96 0.2 0.45
Hex 5D 8B 81 21 0 7 2D A7 14 2D
Octal 135 213 201 41 0 7 55 247 24 55
Binary 1011101 10001011 10000001 100001 0 111 101101 10100111 10100 101101

Color Harmonies of #5D8B81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D8B81

Black with #5D8B81

Text Example


Text Example

White with #5D8B81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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