Html Css Color HEX #5C9B7D Patina

📋 copy color: '#5C9B7D'

red 92 ◦ green 155 ◦ blue 125

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

Shades of Patina #5C9B7D

Tints of Patina #5C9B7D

RGB

 RED value IS 92 (36.33% from 255) = 24.73%

 GREEN value IS 155 (60.94% from 255) = 41.67%

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

R = 24.73%
G = 41.67%
B = 33.6%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.19

 K value IS 0.39

RGB Variations

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

Color information

#5C9B7D (or 0x5C9B7D) is known color: Patina. HEX triplet: 5C, 9B and 7D. RGB value is (92,155,125). Sum of RGB (Red+Green+Blue) = 92+155+125=372 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.73% from 372); Green value is 155 (60.94% from 255 or 41.67% from 372); Blue value is 125 (49.22% from 255 or 33.60% from 372); Max value from RGB is 155 - color contains mainly: green. Hex color #5C9B7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C9B7D is #A36482. Grayscale: #848484. Windows color (decimal): -10708099 or 8231772. OLE color: 8231772.

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

Color convert

RGB 92 155 125 -
CMYK 0.41 0 0.19 0.39
HSL 151.43º 0.26% 0.48% -
HSV(B) 151.43º 0.41% 0.61% -
XYZ 19.84 27.2 23.61 -
YUV 132.74 123.63 98.94 -
System Red Green Blue C M Y K H S L
Decimal 92 155 125 0.41 0 0.19 0.39 151.43 0.26 0.48
Hex 5C 9B 7D 29 0 13 27 97 1A 30
Octal 134 233 175 51 0 23 47 227 32 60
Binary 1011100 10011011 1111101 101001 0 10011 100111 10010111 11010 110000

Color Harmonies of #5C9B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C9B7D

Black with #5C9B7D

Text Example


Text Example

White with #5C9B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,155,125); }

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

background-color css

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

 a { background-color: rgb(92,155,125); }

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

border-color css

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

 span { border-color: rgb(92,155,125); }

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