Html Css Color HEX #5B9280 Patina

📋 copy color: '#5B9280'

red 91 ◦ green 146 ◦ blue 128

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

Shades of Patina #5B9280

Tints of Patina #5B9280

RGB

 RED value IS 91 (35.94% from 255) = 24.93%

 GREEN value IS 146 (57.42% from 255) = 40%

 BLUE value IS 128 (50.39% from 255) = 35.07%

R = 24.93%
G = 40%
B = 35.07%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.12

 K value IS 0.43

RGB Variations

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

Color information

#5B9280 (or 0x5B9280) is known color: Patina. HEX triplet: 5B, 92 and 80. RGB value is (91,146,128). Sum of RGB (Red+Green+Blue) = 91+146+128=365 (48% of max value = 765). Red value is 91 (35.94% from 255 or 24.93% from 365); Green value is 146 (57.42% from 255 or 40% from 365); Blue value is 128 (50.39% from 255 or 35.07% from 365); Max value from RGB is 146 - color contains mainly: green. Hex color #5B9280 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B9280 is #A46D7F. Grayscale: #7F7F7F. Windows color (decimal): -10775936 or 8426075. OLE color: 8426075.

HSL color Cylindrical-coordinate representation of color #5B9280: hue angle of 160.36º 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 #5B9280 is Cyan = 0.38, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB 91 146 128 -
CMYK 0.38 0 0.12 0.43
HSL 160.36º 0.23% 0.46% -
HSV(B) 160.36º 0.38% 0.57% -
XYZ 18.49 24.34 24.15 -
YUV 127.5 128.28 101.96 -
System Red Green Blue C M Y K H S L
Decimal 91 146 128 0.38 0 0.12 0.43 160.36 0.23 0.46
Hex 5B 92 80 26 0 C 2B A0 17 2E
Octal 133 222 200 46 0 14 53 240 27 56
Binary 1011011 10010010 10000000 100110 0 1100 101011 10100000 10111 101110

Color Harmonies of #5B9280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B9280

Black with #5B9280

Text Example


Text Example

White with #5B9280

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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