#5B937D

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

Shades of Patina #5B937D

Tints of Patina #5B937D

Color information

#5B937D (or 0x5B937D) is unknown color: approx Patina. HEX triplet: 5B, 93 and 7D. RGB value is (91,147,125). Sum of RGB (Red+Green+Blue) = 91+147+125=363 (48% of max value = 765). Red value is 91 (35.94% from 255 or 25.07% from 363); Green value is 147 (57.81% from 255 or 40.50% from 363); Blue value is 125 (49.22% from 255 or 34.44% from 363); Max value from RGB is 147 - color contains mainly: green. Hex color #5B937D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B937D is #A46C82. Grayscale: #7F7F7F. Windows color (decimal): -10775683 or 8229723. OLE color: 8229723.

HSL color Cylindrical-coordinate representation of color #5B937D: hue angle of 156.43º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5B937D is Cyan = 0.38, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB91147125-
CMYK0.3800.150.42
HSL156.43º23.53%46.67%-
HSV(B)156.43º38.1%57.65%-
XYZ18.4524.5723.17-
YUV127.75126.45101.79-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 25.07%
GREEN value IS 147 (57.81% from 255) = 40.50%
BLUE value IS 125 (49.22% from 255) = 34.44%
R=25.07%
G=40.50%
B=34.44%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal911471250.3800.150.42156.4323.5346.67
Hex5B937D260F2A9c182f
Octal13322317546017522343057
Binary1011011100100111111101100110011111010101001110011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B937D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,147,125); }

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

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

 a { background-color: rgb(91,147,125); }

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

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

 span { border-color: rgb(91,147,125); }

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