Html Css Color HEX #5C9A83 Patina

📋 copy color: '#5C9A83'

red 92 ◦ green 154 ◦ blue 131

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

Shades of Patina #5C9A83

Tints of Patina #5C9A83

RGB

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

 GREEN value IS 154 (60.55% from 255) = 40.85%

 BLUE value IS 131 (51.56% from 255) = 34.75%

R = 24.4%
G = 40.85%
B = 34.75%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.15

 K value IS 0.40

RGB Variations

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

Color information

#5C9A83 (or 0x5C9A83) is known color: Patina. HEX triplet: 5C, 9A and 83. RGB value is (92,154,131). Sum of RGB (Red+Green+Blue) = 92+154+131=377 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.40% from 377); Green value is 154 (60.55% from 255 or 40.85% from 377); Blue value is 131 (51.56% from 255 or 34.75% from 377); Max value from RGB is 154 - color contains mainly: green. Hex color #5C9A83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5C9A83 is #A3657C. Grayscale: #848484. Windows color (decimal): -10708349 or 8624732. OLE color: 8624732.

HSL color Cylindrical-coordinate representation of color #5C9A83: hue angle of 157.74º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5C9A83 is Cyan = 0.40, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.40.

Color convert

RGB 92 154 131 -
CMYK 0.40 0 0.15 0.40
HSL 157.74º 0.25% 0.48% -
HSV(B) 157.74º 0.4% 0.6% -
XYZ 20.07 27.03 25.63 -
YUV 132.84 126.96 98.87 -
System Red Green Blue C M Y K H S L
Decimal 92 154 131 0.40 0 0.15 0.40 157.74 0.25 0.48
Hex 5C 9A 83 28 0 F 28 9E 19 30
Octal 134 232 203 50 0 17 50 236 31 60
Binary 1011100 10011010 10000011 101000 0 1111 101000 10011110 11001 110000

Color Harmonies of #5C9A83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C9A83

Black with #5C9A83

Text Example


Text Example

White with #5C9A83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,154,131); }

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

background-color css

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

 a { background-color: rgb(92,154,131); }

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

border-color css

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

 span { border-color: rgb(92,154,131); }

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