Html Css Color HEX #5B9A83 Patina

📋 copy color: '#5B9A83'

red 91 ◦ green 154 ◦ blue 131

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

Shades of Patina #5B9A83

Tints of Patina #5B9A83

RGB

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

 GREEN value IS 154 (60.55% from 255) = 40.96%

 BLUE value IS 131 (51.56% from 255) = 34.84%

R = 24.2%
G = 40.96%
B = 34.84%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.15

 K value IS 0.40

RGB Variations

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

Color information

#5B9A83 (or 0x5B9A83) is known color: Patina. HEX triplet: 5B, 9A and 83. RGB value is (91,154,131). Sum of RGB (Red+Green+Blue) = 91+154+131=376 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.20% from 376); Green value is 154 (60.55% from 255 or 40.96% from 376); Blue value is 131 (51.56% from 255 or 34.84% from 376); Max value from RGB is 154 - color contains mainly: green. Hex color #5B9A83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B9A83 is #A4657C. Grayscale: #848484. Windows color (decimal): -10773885 or 8624731. OLE color: 8624731.

HSL color Cylindrical-coordinate representation of color #5B9A83: hue angle of 158.1º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5B9A83 is Cyan = 0.41, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.40.

Color convert

RGB 91 154 131 -
CMYK 0.41 0 0.15 0.40
HSL 158.1º 0.26% 0.48% -
HSV(B) 158.1º 0.41% 0.6% -
XYZ 19.97 26.97 25.63 -
YUV 132.54 127.13 98.37 -
System Red Green Blue C M Y K H S L
Decimal 91 154 131 0.41 0 0.15 0.40 158.1 0.26 0.48
Hex 5B 9A 83 29 0 F 28 9E 1A 30
Octal 133 232 203 51 0 17 50 236 32 60
Binary 1011011 10011010 10000011 101001 0 1111 101000 10011110 11010 110000

Color Harmonies of #5B9A83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B9A83

Black with #5B9A83

Text Example


Text Example

White with #5B9A83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,154,131); }

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

background-color css

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

 a { background-color: rgb(91,154,131); }

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

border-color css

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

 span { border-color: rgb(91,154,131); }

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