Html Css Color HEX #538E7D Lochinvar

📋 copy color: '#538E7D'

red 83 ◦ green 142 ◦ blue 125

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

Shades of Lochinvar #538E7D

Tints of Lochinvar #538E7D

RGB

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

 GREEN value IS 142 (55.86% from 255) = 40.57%

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

R = 23.71%
G = 40.57%
B = 35.71%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.12

 K value IS 0.44

RGB Variations

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

Color information

#538E7D (or 0x538E7D) is known color: Lochinvar. HEX triplet: 53, 8E and 7D. RGB value is (83,142,125). Sum of RGB (Red+Green+Blue) = 83+142+125=350 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.71% from 350); Green value is 142 (55.86% from 255 or 40.57% from 350); Blue value is 125 (49.22% from 255 or 35.71% from 350); Max value from RGB is 142 - color contains mainly: green. Hex color #538E7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538E7D is #AC7182. Grayscale: #7A7A7A. Windows color (decimal): -11301251 or 8228435. OLE color: 8228435.

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

Color convert

RGB 83 142 125 -
CMYK 0.42 0 0.12 0.44
HSL 162.71º 0.26% 0.44% -
HSV(B) 162.71º 0.42% 0.56% -
XYZ 16.94 22.67 22.88 -
YUV 122.42 129.45 99.88 -
System Red Green Blue C M Y K H S L
Decimal 83 142 125 0.42 0 0.12 0.44 162.71 0.26 0.44
Hex 53 8E 7D 2A 0 C 2C A3 1A 2C
Octal 123 216 175 52 0 14 54 243 32 54
Binary 1010011 10001110 1111101 101010 0 1100 101100 10100011 11010 101100

Color Harmonies of #538E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538E7D

Black with #538E7D

Text Example


Text Example

White with #538E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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