#5C948B

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

Shades of Patina #5C948B

Tints of Patina #5C948B

Color information

#5C948B (or 0x5C948B) is unknown color: approx Patina. HEX triplet: 5C, 94 and 8B. RGB value is (92,148,139). Sum of RGB (Red+Green+Blue) = 92+148+139=379 (50% of max value = 765). Red value is 92 (36.33% from 255 or 24.27% from 379); Green value is 148 (58.20% from 255 or 39.05% from 379); Blue value is 139 (54.69% from 255 or 36.68% from 379); Max value from RGB is 148 - color contains mainly: green. Hex color #5C948B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5C948B is #A36B74. Grayscale: #828282. Windows color (decimal): -10709877 or 9147484. OLE color: 9147484.

HSL color Cylindrical-coordinate representation of color #5C948B: hue angle of 170.36º degrees, saturation: 0.23, 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 #5C948B is Cyan = 0.38, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB92148139-
CMYK0.3800.060.42
HSL170.36º23.33%47.06%-
HSV(B)170.36º37.84%58.04%-
XYZ19.6625.3228.28-
YUV130.23132.95100.73-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 24.27%
GREEN value IS 148 (58.20% from 255) = 39.05%
BLUE value IS 139 (54.69% from 255) = 36.68%
R=24.27%
G=39.05%
B=36.68%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal921481390.3800.060.42170.3623.3347.06
Hex5C948B26062Aaa172f
Octal1342242134606522522757
Binary1011100100101001000101110011001101010101010101010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C948B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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