Html Css Color HEX #538F7B Patina

📋 copy color: '#538F7B'

red 83 ◦ green 143 ◦ blue 123

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

Shades of Patina #538F7B

Tints of Patina #538F7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 35.24%

R = 23.78%
G = 40.97%
B = 35.24%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.14

 K value IS 0.44

RGB Variations

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

Color information

#538F7B (or 0x538F7B) is known color: Patina. HEX triplet: 53, 8F and 7B. RGB value is (83,143,123). Sum of RGB (Red+Green+Blue) = 83+143+123=349 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.78% from 349); Green value is 143 (56.25% from 255 or 40.97% from 349); Blue value is 123 (48.44% from 255 or 35.24% from 349); Max value from RGB is 143 - color contains mainly: green. Hex color #538F7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538F7B is #AC7084. Grayscale: #7A7A7A. Windows color (decimal): -11300997 or 8097619. OLE color: 8097619.

HSL color Cylindrical-coordinate representation of color #538F7B: hue angle of 160º 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 #538F7B is Cyan = 0.42, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.44.

Color convert

RGB 83 143 123 -
CMYK 0.42 0 0.14 0.44
HSL 160º 0.27% 0.44% -
HSV(B) 160º 0.42% 0.56% -
XYZ 16.96 22.91 22.27 -
YUV 122.78 128.12 99.63 -
System Red Green Blue C M Y K H S L
Decimal 83 143 123 0.42 0 0.14 0.44 160 0.27 0.44
Hex 53 8F 7B 2A 0 E 2C A0 1B 2C
Octal 123 217 173 52 0 16 54 240 33 54
Binary 1010011 10001111 1111011 101010 0 1110 101100 10100000 11011 101100

Color Harmonies of #538F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538F7B

Black with #538F7B

Text Example


Text Example

White with #538F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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