Html Css Color HEX #538D7D Lochinvar

📋 copy color: '#538D7D'

red 83 ◦ green 141 ◦ blue 125

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

Shades of Lochinvar #538D7D

Tints of Lochinvar #538D7D

RGB

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

 GREEN value IS 141 (55.47% from 255) = 40.4%

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

R = 23.78%
G = 40.4%
B = 35.82%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.11

 K value IS 0.45

RGB Variations

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

Color information

#538D7D (or 0x538D7D) is known color: Lochinvar. HEX triplet: 53, 8D and 7D. RGB value is (83,141,125). Sum of RGB (Red+Green+Blue) = 83+141+125=349 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.78% from 349); Green value is 141 (55.47% from 255 or 40.40% from 349); Blue value is 125 (49.22% from 255 or 35.82% from 349); Max value from RGB is 141 - color contains mainly: green. Hex color #538D7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538D7D is #AC7282. Grayscale: #797979. Windows color (decimal): -11301507 or 8228179. OLE color: 8228179.

HSL color Cylindrical-coordinate representation of color #538D7D: hue angle of 163.45º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #538D7D is Cyan = 0.41, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.45.

Color convert

RGB 83 141 125 -
CMYK 0.41 0 0.11 0.45
HSL 163.45º 0.26% 0.44% -
HSV(B) 163.45º 0.41% 0.55% -
XYZ 16.79 22.37 22.83 -
YUV 121.83 129.78 100.3 -
System Red Green Blue C M Y K H S L
Decimal 83 141 125 0.41 0 0.11 0.45 163.45 0.26 0.44
Hex 53 8D 7D 29 0 B 2D A3 1A 2C
Octal 123 215 175 51 0 13 55 243 32 54
Binary 1010011 10001101 1111101 101001 0 1011 101101 10100011 11010 101100

Color Harmonies of #538D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538D7D

Black with #538D7D

Text Example


Text Example

White with #538D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,141,125); }

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

background-color css

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

 a { background-color: rgb(83,141,125); }

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

border-color css

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

 span { border-color: rgb(83,141,125); }

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