#58907B

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

Shades of Patina #58907B

Tints of Patina #58907B

Color information

#58907B (or 0x58907B) is unknown color: approx Patina. HEX triplet: 58, 90 and 7B. RGB value is (88,144,123). Sum of RGB (Red+Green+Blue) = 88+144+123=355 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.79% from 355); Green value is 144 (56.64% from 255 or 40.56% from 355); Blue value is 123 (48.44% from 255 or 34.65% from 355); Max value from RGB is 144 - color contains mainly: green. Hex color #58907B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58907B is #A76F84. Grayscale: #7C7C7C. Windows color (decimal): -10973061 or 8097880. OLE color: 8097880.

HSL color Cylindrical-coordinate representation of color #58907B: hue angle of 157.5º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #58907B is Cyan = 0.39, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB88144123-
CMYK0.3900.150.44
HSL157.5º24.14%45.49%-
HSV(B)157.5º38.89%56.47%-
XYZ17.5723.4522.34-
YUV124.86126.95101.71-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.79%
GREEN value IS 144 (56.64% from 255) = 40.56%
BLUE value IS 123 (48.44% from 255) = 34.65%
R=24.79%
G=40.56%
B=34.65%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal881441230.3900.150.44157.524.1445.49
Hex58907B270F2C9e182d
Octal13022017347017542363055
Binary1011000100100001111011100111011111011001001111011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58907B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58907B; }

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

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

<style>
 a { background-color: #58907B; }

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

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

<style>
 span { border-color: #58907B; }

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

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