Html Css Color HEX #5B947D Patina

📋 copy color: '#5B947D'

red 91 ◦ green 148 ◦ blue 125

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

Shades of Patina #5B947D

Tints of Patina #5B947D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 40.66%

 BLUE value IS 125 (49.22% from 255) = 34.34%

R = 25%
G = 40.66%
B = 34.34%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#5B947D (or 0x5B947D) is known color: Patina. HEX triplet: 5B, 94 and 7D. RGB value is (91,148,125). Sum of RGB (Red+Green+Blue) = 91+148+125=364 (48% of max value = 765). Red value is 91 (35.94% from 255 or 25% from 364); Green value is 148 (58.20% from 255 or 40.66% from 364); Blue value is 125 (49.22% from 255 or 34.34% from 364); Max value from RGB is 148 - color contains mainly: green. Hex color #5B947D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B947D is #A46B82. Grayscale: #808080. Windows color (decimal): -10775427 or 8229979. OLE color: 8229979.

HSL color Cylindrical-coordinate representation of color #5B947D: hue angle of 155.79º 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 #5B947D is Cyan = 0.39, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 91 148 125 -
CMYK 0.39 0 0.16 0.42
HSL 155.79º 0.24% 0.47% -
HSV(B) 155.79º 0.39% 0.58% -
XYZ 18.61 24.88 23.22 -
YUV 128.34 126.12 101.37 -
System Red Green Blue C M Y K H S L
Decimal 91 148 125 0.39 0 0.16 0.42 155.79 0.24 0.47
Hex 5B 94 7D 27 0 10 2A 9C 18 2F
Octal 133 224 175 47 0 20 52 234 30 57
Binary 1011011 10010100 1111101 100111 0 10000 101010 10011100 11000 101111

Color Harmonies of #5B947D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B947D

Black with #5B947D

Text Example


Text Example

White with #5B947D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,148,125); }

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

background-color css

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

 a { background-color: rgb(91,148,125); }

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

border-color css

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

 span { border-color: rgb(91,148,125); }

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