Html Css Color HEX #579B8D Patina

📋 copy color: '#579B8D'

red 87 ◦ green 155 ◦ blue 141

#579B8D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Patina #579B8D

Tints of Patina #579B8D

RGB

 RED value IS 87 (34.38% from 255) = 22.72%

 GREEN value IS 155 (60.94% from 255) = 40.47%

 BLUE value IS 141 (55.47% from 255) = 36.81%

R = 22.72%
G = 40.47%
B = 36.81%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.09

 K value IS 0.39

RGB Variations

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

Color information

#579B8D (or 0x579B8D) is known color: Patina. HEX triplet: 57, 9B and 8D. RGB value is (87,155,141). Sum of RGB (Red+Green+Blue) = 87+155+141=383 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.72% from 383); Green value is 155 (60.94% from 255 or 40.47% from 383); Blue value is 141 (55.47% from 255 or 36.81% from 383); Max value from RGB is 155 - color contains mainly: green. Hex color #579B8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #579B8D is #A86472. Grayscale: #858585. Windows color (decimal): -11035763 or 9280343. OLE color: 9280343.

HSL color Cylindrical-coordinate representation of color #579B8D: hue angle of 167.65º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #579B8D is Cyan = 0.44, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.39.

Color convert

RGB 87 155 141 -
CMYK 0.44 0 0.09 0.39
HSL 167.65º 0.28% 0.47% -
HSV(B) 167.65º 0.44% 0.61% -
XYZ 20.46 27.39 29.41 -
YUV 133.07 132.47 95.14 -
System Red Green Blue C M Y K H S L
Decimal 87 155 141 0.44 0 0.09 0.39 167.65 0.28 0.47
Hex 57 9B 8D 2C 0 9 27 A8 1C 2F
Octal 127 233 215 54 0 11 47 250 34 57
Binary 1010111 10011011 10001101 101100 0 1001 100111 10101000 11100 101111

Color Harmonies of #579B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #579B8D

Black with #579B8D

Text Example


Text Example

White with #579B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #579B8D; }

 p { color: rgb(87,155,141); }

 H1.HeaderClassName
 {
   color: #579B8D;
 }
 .AnyTagClassName
 {
   color: #579B8D;
 }
</style>

background-color css

<style>
 a { background-color: #579B8D; }

 a { background-color: rgb(87,155,141); }

 div.DivClassName
 {
   background-color: #579B8D;
 }
 .BgClassName
 {
   background-color: #579B8D;
 }
</style>

border-color css

<style>
 span { border-color: #579B8D; }

 span { border-color: rgb(87,155,141); }

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