Html Css Color HEX #5C9C8E Patina

📋 copy color: '#5C9C8E'

red 92 ◦ green 156 ◦ blue 142

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

Shades of Patina #5C9C8E

Tints of Patina #5C9C8E

RGB

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

 GREEN value IS 156 (61.33% from 255) = 40%

 BLUE value IS 142 (55.86% from 255) = 36.41%

R = 23.59%
G = 40%
B = 36.41%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.09

 K value IS 0.39

RGB Variations

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

Color information

#5C9C8E (or 0x5C9C8E) is known color: Patina. HEX triplet: 5C, 9C and 8E. RGB value is (92,156,142). Sum of RGB (Red+Green+Blue) = 92+156+142=390 (51% of max value = 765). Red value is 92 (36.33% from 255 or 23.59% from 390); Green value is 156 (61.33% from 255 or 40% from 390); Blue value is 142 (55.86% from 255 or 36.41% from 390); Max value from RGB is 156 - color contains mainly: green. Hex color #5C9C8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5C9C8E is #A36371. Grayscale: #878787. Windows color (decimal): -10707826 or 9346140. OLE color: 9346140.

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

Color convert

RGB 92 156 142 -
CMYK 0.41 0 0.09 0.39
HSL 166.88º 0.26% 0.49% -
HSV(B) 166.88º 0.41% 0.61% -
XYZ 21.18 28.01 29.88 -
YUV 135.27 131.8 97.14 -
System Red Green Blue C M Y K H S L
Decimal 92 156 142 0.41 0 0.09 0.39 166.88 0.26 0.49
Hex 5C 9C 8E 29 0 9 27 A7 1A 31
Octal 134 234 216 51 0 11 47 247 32 61
Binary 1011100 10011100 10001110 101001 0 1001 100111 10100111 11010 110001

Color Harmonies of #5C9C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C9C8E

Black with #5C9C8E

Text Example


Text Example

White with #5C9C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,156,142); }

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

background-color css

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

 a { background-color: rgb(92,156,142); }

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

border-color css

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

 span { border-color: rgb(92,156,142); }

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