#5C998B

Color #5C998B Patina (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Patina #5C998B

Tints of Patina #5C998B

Color information

#5C998B (or 0x5C998B) is unknown color: approx Patina. HEX triplet: 5C, 99 and 8B. RGB value is (92,153,139). Sum of RGB (Red+Green+Blue) = 92+153+139=384 (50% of max value = 765). Red value is 92 (36.33% from 255 or 23.96% from 384); Green value is 153 (60.16% from 255 or 39.84% from 384); Blue value is 139 (54.69% from 255 or 36.20% from 384); Max value from RGB is 153 - color contains mainly: green. Hex color #5C998B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5C998B is #A36674. Grayscale: #858585. Windows color (decimal): -10708597 or 9148764. OLE color: 9148764.

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

Color convert

RGB92153139-
CMYK0.4000.090.4
HSL166.23º24.9%48.04%-
HSV(B)166.23º39.87%60%-
XYZ20.4726.9228.54-
YUV133.16131.2998.64-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 23.96%
GREEN value IS 153 (60.16% from 255) = 39.84%
BLUE value IS 139 (54.69% from 255) = 36.20%
R=23.96%
G=39.84%
B=36.20%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal921531390.4000.090.4166.2324.948.04
Hex5C998B280928a61930
Octal13423121350011502463160
Binary10111001001100110001011101000010011010001010011011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C998B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5C998B;
 }
 .AnyTagClassName
 {
   color: #5C998B;
 }
</style>
background-color css

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

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

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

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

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

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