#5A938A

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

Shades of Patina #5A938A

Tints of Patina #5A938A

Color information

#5A938A (or 0x5A938A) is unknown color: approx Patina. HEX triplet: 5A, 93 and 8A. RGB value is (90,147,138). Sum of RGB (Red+Green+Blue) = 90+147+138=375 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24% from 375); Green value is 147 (57.81% from 255 or 39.2% from 375); Blue value is 138 (54.30% from 255 or 36.8% from 375); Max value from RGB is 147 - color contains mainly: green. Hex color #5A938A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5A938A is #A56C75. Grayscale: #808080. Windows color (decimal): -10841206 or 9081690. OLE color: 9081690.

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

Color convert

RGB90147138-
CMYK0.3900.060.42
HSL170.53º24.05%46.47%-
HSV(B)170.53º38.78%57.65%-
XYZ19.2424.8827.83-
YUV128.93133.12100.23-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24%
GREEN value IS 147 (57.81% from 255) = 39.2%
BLUE value IS 138 (54.30% from 255) = 36.8%
R=24%
G=39.2%
B=36.8%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal901471380.3900.060.42170.5324.0546.47
Hex5A938A27062Aab182e
Octal1322232124706522533056
Binary1011010100100111000101010011101101010101010101111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A938A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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