Html Css Color HEX #5C9583 Patina

📋 copy color: '#5C9583'

red 92 ◦ green 149 ◦ blue 131

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

Shades of Patina #5C9583

Tints of Patina #5C9583

RGB

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

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

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

R = 24.73%
G = 40.05%
B = 35.22%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#5C9583 (or 0x5C9583) is known color: Patina. HEX triplet: 5C, 95 and 83. RGB value is (92,149,131). Sum of RGB (Red+Green+Blue) = 92+149+131=372 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.73% from 372); Green value is 149 (58.59% from 255 or 40.05% from 372); Blue value is 131 (51.56% from 255 or 35.22% from 372); Max value from RGB is 149 - color contains mainly: green. Hex color #5C9583 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5C9583 is #A36A7C. Grayscale: #818181. Windows color (decimal): -10709629 or 8623452. OLE color: 8623452.

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

Color convert

RGB 92 149 131 -
CMYK 0.38 0 0.12 0.42
HSL 161.05º 0.24% 0.47% -
HSV(B) 161.05º 0.38% 0.58% -
XYZ 19.26 25.41 25.36 -
YUV 129.91 128.62 100.96 -
System Red Green Blue C M Y K H S L
Decimal 92 149 131 0.38 0 0.12 0.42 161.05 0.24 0.47
Hex 5C 95 83 26 0 C 2A A1 18 2F
Octal 134 225 203 46 0 14 52 241 30 57
Binary 1011100 10010101 10000011 100110 0 1100 101010 10100001 11000 101111

Color Harmonies of #5C9583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C9583

Black with #5C9583

Text Example


Text Example

White with #5C9583

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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