Html Css Color HEX #509A7D Patina

📋 copy color: '#509A7D'

red 80 ◦ green 154 ◦ blue 125

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

Shades of Patina #509A7D

Tints of Patina #509A7D

RGB

 RED value IS 80 (31.64% from 255) = 22.28%

 GREEN value IS 154 (60.55% from 255) = 42.9%

 BLUE value IS 125 (49.22% from 255) = 34.82%

R = 22.28%
G = 42.9%
B = 34.82%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.19

 K value IS 0.40

RGB Variations

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

Color information

#509A7D (or 0x509A7D) is known color: Patina. HEX triplet: 50, 9A and 7D. RGB value is (80,154,125). Sum of RGB (Red+Green+Blue) = 80+154+125=359 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.28% from 359); Green value is 154 (60.55% from 255 or 42.90% from 359); Blue value is 125 (49.22% from 255 or 34.82% from 359); Max value from RGB is 154 - color contains mainly: green. Hex color #509A7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509A7D is #AF6582. Grayscale: #808080. Windows color (decimal): -11494787 or 8231504. OLE color: 8231504.

HSL color Cylindrical-coordinate representation of color #509A7D: hue angle of 156.49º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #509A7D is Cyan = 0.48, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.40.

Color convert

RGB 80 154 125 -
CMYK 0.48 0 0.19 0.40
HSL 156.49º 0.32% 0.46% -
HSV(B) 156.49º 0.48% 0.6% -
XYZ 18.57 26.3 23.5 -
YUV 128.57 125.98 93.36 -
System Red Green Blue C M Y K H S L
Decimal 80 154 125 0.48 0 0.19 0.40 156.49 0.32 0.46
Hex 50 9A 7D 30 0 13 28 9C 20 2E
Octal 120 232 175 60 0 23 50 234 40 56
Binary 1010000 10011010 1111101 110000 0 10011 101000 10011100 100000 101110

Color Harmonies of #509A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509A7D

Black with #509A7D

Text Example


Text Example

White with #509A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509A7D; }

 p { color: rgb(80,154,125); }

 H1.HeaderClassName
 {
   color: #509A7D;
 }
 .AnyTagClassName
 {
   color: #509A7D;
 }
</style>

background-color css

<style>
 a { background-color: #509A7D; }

 a { background-color: rgb(80,154,125); }

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

border-color css

<style>
 span { border-color: #509A7D; }

 span { border-color: rgb(80,154,125); }

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