Html Css Color HEX #5C9B8C Patina

📋 copy color: '#5C9B8C'

red 92 ◦ green 155 ◦ blue 140

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

Shades of Patina #5C9B8C

Tints of Patina #5C9B8C

RGB

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

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

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

R = 23.77%
G = 40.05%
B = 36.18%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.10

 K value IS 0.39

RGB Variations

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

Color information

#5C9B8C (or 0x5C9B8C) is known color: Patina. HEX triplet: 5C, 9B and 8C. RGB value is (92,155,140). Sum of RGB (Red+Green+Blue) = 92+155+140=387 (51% of max value = 765). Red value is 92 (36.33% from 255 or 23.77% from 387); Green value is 155 (60.94% from 255 or 40.05% from 387); Blue value is 140 (55.08% from 255 or 36.18% from 387); Max value from RGB is 155 - color contains mainly: green. Hex color #5C9B8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5C9B8C is #A36473. Grayscale: #868686. Windows color (decimal): -10708084 or 9214812. OLE color: 9214812.

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

Color convert

RGB 92 155 140 -
CMYK 0.41 0 0.10 0.39
HSL 165.71º 0.26% 0.48% -
HSV(B) 165.71º 0.41% 0.61% -
XYZ 20.87 27.61 29.04 -
YUV 134.45 131.13 97.72 -
System Red Green Blue C M Y K H S L
Decimal 92 155 140 0.41 0 0.10 0.39 165.71 0.26 0.48
Hex 5C 9B 8C 29 0 A 27 A6 1A 30
Octal 134 233 214 51 0 12 47 246 32 60
Binary 1011100 10011011 10001100 101001 0 1010 100111 10100110 11010 110000

Color Harmonies of #5C9B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C9B8C

Black with #5C9B8C

Text Example


Text Example

White with #5C9B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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