#5C8B7D

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

Shades of Patina #5C8B7D

Tints of Patina #5C8B7D

Color information

#5C8B7D (or 0x5C8B7D) is unknown color: approx Patina. HEX triplet: 5C, 8B and 7D. RGB value is (92,139,125). Sum of RGB (Red+Green+Blue) = 92+139+125=356 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.84% from 356); Green value is 139 (54.69% from 255 or 39.04% from 356); Blue value is 125 (49.22% from 255 or 35.11% from 356); Max value from RGB is 139 - color contains mainly: green. Hex color #5C8B7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C8B7D is #A37482. Grayscale: #7B7B7B. Windows color (decimal): -10712195 or 8227676. OLE color: 8227676.

HSL color Cylindrical-coordinate representation of color #5C8B7D: hue angle of 162.13º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5C8B7D is Cyan = 0.34, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.45.

Color convert

RGB92139125-
CMYK0.3400.100.45
HSL162.13º20.35%45.29%-
HSV(B)162.13º33.81%54.51%-
XYZ17.3522.2222.78-
YUV123.35128.93105.64-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 25.84%
GREEN value IS 139 (54.69% from 255) = 39.04%
BLUE value IS 125 (49.22% from 255) = 35.11%
R=25.84%
G=39.04%
B=35.11%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal921391250.3400.100.45162.1320.3545.29
Hex5C8B7D220A2Da2142d
Octal13421317542012552422455
Binary1011100100010111111101100010010101011011010001010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C8B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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