Html Css Color HEX #5C9982 Patina

📋 copy color: '#5C9982'

red 92 ◦ green 153 ◦ blue 130

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

Shades of Patina #5C9982

Tints of Patina #5C9982

RGB

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

 GREEN value IS 153 (60.16% from 255) = 40.8%

 BLUE value IS 130 (51.17% from 255) = 34.67%

R = 24.53%
G = 40.8%
B = 34.67%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.15

 K value IS 0.4

RGB Variations

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

Color information

#5C9982 (or 0x5C9982) is known color: Patina. HEX triplet: 5C, 99 and 82. RGB value is (92,153,130). Sum of RGB (Red+Green+Blue) = 92+153+130=375 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.53% from 375); Green value is 153 (60.16% from 255 or 40.8% from 375); Blue value is 130 (51.17% from 255 or 34.67% from 375); Max value from RGB is 153 - color contains mainly: green. Hex color #5C9982 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5C9982 is #A3667D. Grayscale: #848484. Windows color (decimal): -10708606 or 8558940. OLE color: 8558940.

HSL color Cylindrical-coordinate representation of color #5C9982: hue angle of 157.38º 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 #5C9982 is Cyan = 0.40, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.4.

Color convert

RGB 92 153 130 -
CMYK 0.40 0 0.15 0.4
HSL 157.38º 0.25% 0.48% -
HSV(B) 157.38º 0.4% 0.6% -
XYZ 19.83 26.67 25.22 -
YUV 132.14 126.79 99.37 -
System Red Green Blue C M Y K H S L
Decimal 92 153 130 0.40 0 0.15 0.4 157.38 0.25 0.48
Hex 5C 99 82 28 0 F 28 9D 19 30
Octal 134 231 202 50 0 17 50 235 31 60
Binary 1011100 10011001 10000010 101000 0 1111 101000 10011101 11001 110000

Color Harmonies of #5C9982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C9982

Black with #5C9982

Text Example


Text Example

White with #5C9982

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,153,130); }

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

background-color css

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

 a { background-color: rgb(92,153,130); }

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

border-color css

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

 span { border-color: rgb(92,153,130); }

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