Html Css Color HEX #538F7C Patina

📋 copy color: '#538F7C'

red 83 ◦ green 143 ◦ blue 124

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

Shades of Patina #538F7C

Tints of Patina #538F7C

RGB

 RED value IS 83 (32.81% from 255) = 23.71%

 GREEN value IS 143 (56.25% from 255) = 40.86%

 BLUE value IS 124 (48.83% from 255) = 35.43%

R = 23.71%
G = 40.86%
B = 35.43%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.13

 K value IS 0.44

RGB Variations

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

Color information

#538F7C (or 0x538F7C) is known color: Patina. HEX triplet: 53, 8F and 7C. RGB value is (83,143,124). Sum of RGB (Red+Green+Blue) = 83+143+124=350 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.71% from 350); Green value is 143 (56.25% from 255 or 40.86% from 350); Blue value is 124 (48.83% from 255 or 35.43% from 350); Max value from RGB is 143 - color contains mainly: green. Hex color #538F7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538F7C is #AC7083. Grayscale: #7A7A7A. Windows color (decimal): -11300996 or 8163155. OLE color: 8163155.

HSL color Cylindrical-coordinate representation of color #538F7C: hue angle of 161º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #538F7C is Cyan = 0.42, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.44.

Color convert

RGB 83 143 124 -
CMYK 0.42 0 0.13 0.44
HSL 161º 0.27% 0.44% -
HSV(B) 161º 0.42% 0.56% -
XYZ 17.03 22.94 22.6 -
YUV 122.89 128.62 99.54 -
System Red Green Blue C M Y K H S L
Decimal 83 143 124 0.42 0 0.13 0.44 161 0.27 0.44
Hex 53 8F 7C 2A 0 D 2C A1 1B 2C
Octal 123 217 174 52 0 15 54 241 33 54
Binary 1010011 10001111 1111100 101010 0 1101 101100 10100001 11011 101100

Color Harmonies of #538F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538F7C

Black with #538F7C

Text Example


Text Example

White with #538F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538F7C; }

 p { color: rgb(83,143,124); }

 H1.HeaderClassName
 {
   color: #538F7C;
 }
 .AnyTagClassName
 {
   color: #538F7C;
 }
</style>

background-color css

<style>
 a { background-color: #538F7C; }

 a { background-color: rgb(83,143,124); }

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

border-color css

<style>
 span { border-color: #538F7C; }

 span { border-color: rgb(83,143,124); }

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