#578B7D

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

Shades of Patina #578B7D

Tints of Patina #578B7D

Color information

#578B7D (or 0x578B7D) is unknown color: approx Patina. HEX triplet: 57, 8B and 7D. RGB value is (87,139,125). Sum of RGB (Red+Green+Blue) = 87+139+125=351 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.79% from 351); Green value is 139 (54.69% from 255 or 39.60% from 351); Blue value is 125 (49.22% from 255 or 35.61% from 351); Max value from RGB is 139 - color contains mainly: green. Hex color #578B7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #578B7D is #A87482. Grayscale: #797979. Windows color (decimal): -11039875 or 8227671. OLE color: 8227671.

HSL color Cylindrical-coordinate representation of color #578B7D: hue angle of 163.85º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #578B7D is Cyan = 0.37, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.45.

Color convert

RGB87139125-
CMYK0.3700.100.45
HSL163.85º23.01%44.31%-
HSV(B)163.85º37.41%54.51%-
XYZ16.8621.9722.75-
YUV121.86129.77103.14-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.79%
GREEN value IS 139 (54.69% from 255) = 39.60%
BLUE value IS 125 (49.22% from 255) = 35.61%
R=24.79%
G=39.60%
B=35.61%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal871391250.3700.100.45163.8523.0144.31
Hex578B7D250A2Da4172c
Octal12721317545012552442754
Binary1010111100010111111101100101010101011011010010010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #578B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #578B7D; }

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

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

<style>
 a { background-color: #578B7D; }

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

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

<style>
 span { border-color: #578B7D; }

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

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