#5B8B81

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

Shades of Patina #5B8B81

Tints of Patina #5B8B81

Color information

#5B8B81 (or 0x5B8B81) is unknown color: approx Patina. HEX triplet: 5B, 8B and 81. RGB value is (91,139,129). Sum of RGB (Red+Green+Blue) = 91+139+129=359 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.35% from 359); Green value is 139 (54.69% from 255 or 38.72% from 359); Blue value is 129 (50.78% from 255 or 35.93% from 359); Max value from RGB is 139 - color contains mainly: green. Hex color #5B8B81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B8B81 is #A4747E. Grayscale: #7B7B7B. Windows color (decimal): -10777727 or 8489819. OLE color: 8489819.

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

Color convert

RGB91139129-
CMYK0.3500.070.45
HSL167.5º20.87%45.1%-
HSV(B)167.5º34.53%54.51%-
XYZ17.5122.2724.15-
YUV123.51131.1104.81-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 25.35%
GREEN value IS 139 (54.69% from 255) = 38.72%
BLUE value IS 129 (50.78% from 255) = 35.93%
R=25.35%
G=38.72%
B=35.93%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal911391290.3500.070.45167.520.8745.1
Hex5B8B8123072Da8152d
Octal1332132014307552502555
Binary1011011100010111000000110001101111011011010100010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B8B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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