#5D9C8B

Color #5D9C8B Patina (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Patina #5D9C8B

Tints of Patina #5D9C8B

Color information

#5D9C8B (or 0x5D9C8B) is unknown color: approx Patina. HEX triplet: 5D, 9C and 8B. RGB value is (93,156,139). Sum of RGB (Red+Green+Blue) = 93+156+139=388 (51% of max value = 765). Red value is 93 (36.72% from 255 or 23.97% from 388); Green value is 156 (61.33% from 255 or 40.21% from 388); Blue value is 139 (54.69% from 255 or 35.82% from 388); Max value from RGB is 156 - color contains mainly: green. Hex color #5D9C8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D9C8B is #A26374. Grayscale: #878787. Windows color (decimal): -10642293 or 9149533. OLE color: 9149533.

HSL color Cylindrical-coordinate representation of color #5D9C8B: hue angle of 163.81º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5D9C8B is Cyan = 0.40, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.39.

Color convert

RGB93156139-
CMYK0.4000.110.39
HSL163.81º25.3%48.82%-
HSV(B)163.81º40.38%61.18%-
XYZ21.0627.9728.71-
YUV135.22130.1397.88-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 23.97%
GREEN value IS 156 (61.33% from 255) = 40.21%
BLUE value IS 139 (54.69% from 255) = 35.82%
R=23.97%
G=40.21%
B=35.82%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal931561390.4000.110.39163.8125.348.82
Hex5D9C8B280B27a41931
Octal13523421350013472443161
Binary10111011001110010001011101000010111001111010010011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D9C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5D9C8B;
 }
 .AnyTagClassName
 {
   color: #5D9C8B;
 }
</style>
background-color css

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

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

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

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

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

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