#5F938A

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

Shades of Patina #5F938A

Tints of Patina #5F938A

Color information

#5F938A (or 0x5F938A) is unknown color: approx Patina. HEX triplet: 5F, 93 and 8A. RGB value is (95,147,138). Sum of RGB (Red+Green+Blue) = 95+147+138=380 (50% of max value = 765). Red value is 95 (37.5% from 255 or 25% from 380); Green value is 147 (57.81% from 255 or 38.68% from 380); Blue value is 138 (54.30% from 255 or 36.32% from 380); Max value from RGB is 147 - color contains mainly: green. Hex color #5F938A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F938A is #A06C75. Grayscale: #828282. Windows color (decimal): -10513526 or 9081695. OLE color: 9081695.

HSL color Cylindrical-coordinate representation of color #5F938A: hue angle of 169.62º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5F938A is Cyan = 0.35, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB95147138-
CMYK0.3500.060.42
HSL169.62º21.49%47.45%-
HSV(B)169.62º35.37%57.65%-
XYZ19.7425.1427.86-
YUV130.43132.27102.73-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25%
GREEN value IS 147 (57.81% from 255) = 38.68%
BLUE value IS 138 (54.30% from 255) = 36.32%
R=25%
G=38.68%
B=36.32%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal951471380.3500.060.42169.6221.4947.45
Hex5F938A23062Aaa152f
Octal1372232124306522522557
Binary1011111100100111000101010001101101010101010101010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F938A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,147,138); }

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

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

 a { background-color: rgb(95,147,138); }

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

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

 span { border-color: rgb(95,147,138); }

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