Html Css Color HEX #5D897D Patina

📋 copy color: '#5D897D'

red 93 ◦ green 137 ◦ blue 125

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

Shades of Patina #5D897D

Tints of Patina #5D897D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 38.59%

 BLUE value IS 125 (49.22% from 255) = 35.21%

R = 26.2%
G = 38.59%
B = 35.21%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.09

 K value IS 0.46

RGB Variations

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

Color information

#5D897D (or 0x5D897D) is known color: Patina. HEX triplet: 5D, 89 and 7D. RGB value is (93,137,125). Sum of RGB (Red+Green+Blue) = 93+137+125=355 (47% of max value = 765). Red value is 93 (36.72% from 255 or 26.20% from 355); Green value is 137 (53.91% from 255 or 38.59% from 355); Blue value is 125 (49.22% from 255 or 35.21% from 355); Max value from RGB is 137 - color contains mainly: green. Hex color #5D897D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D897D is #A27682. Grayscale: #7A7A7A. Windows color (decimal): -10647171 or 8227165. OLE color: 8227165.

HSL color Cylindrical-coordinate representation of color #5D897D: hue angle of 163.64º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5D897D is Cyan = 0.32, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB 93 137 125 -
CMYK 0.32 0 0.09 0.46
HSL 163.64º 0.19% 0.45% -
HSV(B) 163.64º 0.32% 0.54% -
XYZ 17.16 21.7 22.69 -
YUV 122.48 129.42 106.98 -
System Red Green Blue C M Y K H S L
Decimal 93 137 125 0.32 0 0.09 0.46 163.64 0.19 0.45
Hex 5D 89 7D 20 0 9 2E A4 13 2D
Octal 135 211 175 40 0 11 56 244 23 55
Binary 1011101 10001001 1111101 100000 0 1001 101110 10100100 10011 101101

Color Harmonies of #5D897D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D897D

Black with #5D897D

Text Example


Text Example

White with #5D897D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,137,125); }

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

background-color css

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

 a { background-color: rgb(93,137,125); }

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

border-color css

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

 span { border-color: rgb(93,137,125); }

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