Html Css Color HEX #5B9C82 Patina

📋 copy color: '#5B9C82'

red 91 ◦ green 156 ◦ blue 130

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

Shades of Patina #5B9C82

Tints of Patina #5B9C82

RGB

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

 GREEN value IS 156 (61.33% from 255) = 41.38%

 BLUE value IS 130 (51.17% from 255) = 34.48%

R = 24.14%
G = 41.38%
B = 34.48%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.17

 K value IS 0.39

RGB Variations

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

Color information

#5B9C82 (or 0x5B9C82) is known color: Patina. HEX triplet: 5B, 9C and 82. RGB value is (91,156,130). Sum of RGB (Red+Green+Blue) = 91+156+130=377 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.14% from 377); Green value is 156 (61.33% from 255 or 41.38% from 377); Blue value is 130 (51.17% from 255 or 34.48% from 377); Max value from RGB is 156 - color contains mainly: green. Hex color #5B9C82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B9C82 is #A4637D. Grayscale: #858585. Windows color (decimal): -10773374 or 8559707. OLE color: 8559707.

HSL color Cylindrical-coordinate representation of color #5B9C82: hue angle of 156º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5B9C82 is Cyan = 0.42, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.39.

Color convert

RGB 91 156 130 -
CMYK 0.42 0 0.17 0.39
HSL 156º 0.26% 0.48% -
HSV(B) 156º 0.42% 0.61% -
XYZ 20.23 27.61 25.38 -
YUV 133.6 125.97 97.61 -
System Red Green Blue C M Y K H S L
Decimal 91 156 130 0.42 0 0.17 0.39 156 0.26 0.48
Hex 5B 9C 82 2A 0 11 27 9C 1A 30
Octal 133 234 202 52 0 21 47 234 32 60
Binary 1011011 10011100 10000010 101010 0 10001 100111 10011100 11010 110000

Color Harmonies of #5B9C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B9C82

Black with #5B9C82

Text Example


Text Example

White with #5B9C82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,156,130); }

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

background-color css

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

 a { background-color: rgb(91,156,130); }

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

border-color css

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

 span { border-color: rgb(91,156,130); }

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