#5A907B

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

Shades of Patina #5A907B

Tints of Patina #5A907B

Color information

#5A907B (or 0x5A907B) is unknown color: approx Patina. HEX triplet: 5A, 90 and 7B. RGB value is (90,144,123). Sum of RGB (Red+Green+Blue) = 90+144+123=357 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.21% from 357); Green value is 144 (56.64% from 255 or 40.34% from 357); Blue value is 123 (48.44% from 255 or 34.45% from 357); Max value from RGB is 144 - color contains mainly: green. Hex color #5A907B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A907B is #A56F84. Grayscale: #7D7D7D. Windows color (decimal): -10841989 or 8097882. OLE color: 8097882.

HSL color Cylindrical-coordinate representation of color #5A907B: hue angle of 156.67º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5A907B is Cyan = 0.37, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB90144123-
CMYK0.3700.150.44
HSL156.67º23.08%45.88%-
HSV(B)156.67º37.5%56.47%-
XYZ17.7623.5522.35-
YUV125.46126.61102.71-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 25.21%
GREEN value IS 144 (56.64% from 255) = 40.34%
BLUE value IS 123 (48.44% from 255) = 34.45%
R=25.21%
G=40.34%
B=34.45%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal901441230.3700.150.44156.6723.0845.88
Hex5A907B250F2C9d172e
Octal13222017345017542352756
Binary1011010100100001111011100101011111011001001110110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A907B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,144,123); }

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

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

 a { background-color: rgb(90,144,123); }

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

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

 span { border-color: rgb(90,144,123); }

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