Html Css Color HEX #5B8980 Patina

📋 copy color: '#5B8980'

red 91 ◦ green 137 ◦ blue 128

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

Shades of Patina #5B8980

Tints of Patina #5B8980

RGB

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

 GREEN value IS 137 (53.91% from 255) = 38.48%

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

R = 25.56%
G = 38.48%
B = 35.96%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.07

 K value IS 0.46

RGB Variations

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

Color information

#5B8980 (or 0x5B8980) is known color: Patina. HEX triplet: 5B, 89 and 80. RGB value is (91,137,128). Sum of RGB (Red+Green+Blue) = 91+137+128=356 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.56% from 356); Green value is 137 (53.91% from 255 or 38.48% from 356); Blue value is 128 (50.39% from 255 or 35.96% from 356); Max value from RGB is 137 - color contains mainly: green. Hex color #5B8980 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B8980 is #A4767F. Grayscale: #7A7A7A. Windows color (decimal): -10778240 or 8423771. OLE color: 8423771.

HSL color Cylindrical-coordinate representation of color #5B8980: hue angle of 168.26º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5B8980 is Cyan = 0.34, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB 91 137 128 -
CMYK 0.34 0 0.07 0.46
HSL 168.26º 0.2% 0.45% -
HSV(B) 168.26º 0.34% 0.54% -
XYZ 17.16 21.67 23.7 -
YUV 122.22 131.26 105.73 -
System Red Green Blue C M Y K H S L
Decimal 91 137 128 0.34 0 0.07 0.46 168.26 0.2 0.45
Hex 5B 89 80 22 0 7 2E A8 14 2D
Octal 133 211 200 42 0 7 56 250 24 55
Binary 1011011 10001001 10000000 100010 0 111 101110 10101000 10100 101101

Color Harmonies of #5B8980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B8980

Black with #5B8980

Text Example


Text Example

White with #5B8980

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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