Html Css Color HEX #5B958C Patina

📋 copy color: '#5B958C'

red 91 ◦ green 149 ◦ blue 140

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

Shades of Patina #5B958C

Tints of Patina #5B958C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 39.21%

 BLUE value IS 140 (55.08% from 255) = 36.84%

R = 23.95%
G = 39.21%
B = 36.84%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#5B958C (or 0x5B958C) is known color: Patina. HEX triplet: 5B, 95 and 8C. RGB value is (91,149,140). Sum of RGB (Red+Green+Blue) = 91+149+140=380 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.95% from 380); Green value is 149 (58.59% from 255 or 39.21% from 380); Blue value is 140 (55.08% from 255 or 36.84% from 380); Max value from RGB is 149 - color contains mainly: green. Hex color #5B958C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B958C is #A46A73. Grayscale: #828282. Windows color (decimal): -10775156 or 9213275. OLE color: 9213275.

HSL color Cylindrical-coordinate representation of color #5B958C: hue angle of 170.69º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5B958C is Cyan = 0.39, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB 91 149 140 -
CMYK 0.39 0 0.06 0.42
HSL 170.69º 0.24% 0.47% -
HSV(B) 170.69º 0.39% 0.58% -
XYZ 19.8 25.61 28.71 -
YUV 130.63 133.28 99.73 -
System Red Green Blue C M Y K H S L
Decimal 91 149 140 0.39 0 0.06 0.42 170.69 0.24 0.47
Hex 5B 95 8C 27 0 6 2A AB 18 2F
Octal 133 225 214 47 0 6 52 253 30 57
Binary 1011011 10010101 10001100 100111 0 110 101010 10101011 11000 101111

Color Harmonies of #5B958C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B958C

Black with #5B958C

Text Example


Text Example

White with #5B958C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,149,140); }

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

background-color css

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

 a { background-color: rgb(91,149,140); }

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

border-color css

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

 span { border-color: rgb(91,149,140); }

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