#5B928A

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

Shades of Patina #5B928A

Tints of Patina #5B928A

Color information

#5B928A (or 0x5B928A) is unknown color: approx Patina. HEX triplet: 5B, 92 and 8A. RGB value is (91,146,138). Sum of RGB (Red+Green+Blue) = 91+146+138=375 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.27% from 375); Green value is 146 (57.42% from 255 or 38.93% from 375); Blue value is 138 (54.30% from 255 or 36.8% from 375); Max value from RGB is 146 - color contains mainly: green. Hex color #5B928A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B928A is #A46D75. Grayscale: #808080. Windows color (decimal): -10775926 or 9081435. OLE color: 9081435.

HSL color Cylindrical-coordinate representation of color #5B928A: hue angle of 171.27º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5B928A is Cyan = 0.38, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.

Color convert

RGB91146138-
CMYK0.3800.050.43
HSL171.27º23.21%46.47%-
HSV(B)171.27º37.67%57.25%-
XYZ19.1824.6227.79-
YUV128.64133.28101.15-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 24.27%
GREEN value IS 146 (57.42% from 255) = 38.93%
BLUE value IS 138 (54.30% from 255) = 36.8%
R=24.27%
G=38.93%
B=36.8%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal911461380.3800.050.43171.2723.2146.47
Hex5B928A26052Bab172e
Octal1332222124605532532756
Binary1011011100100101000101010011001011010111010101110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B928A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,146,138); }

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

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

 a { background-color: rgb(91,146,138); }

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

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

 span { border-color: rgb(91,146,138); }

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