Html Css Color HEX #538C7C Lochinvar

📋 copy color: '#538C7C'

red 83 ◦ green 140 ◦ blue 124

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

Shades of Lochinvar #538C7C

Tints of Lochinvar #538C7C

RGB

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

 GREEN value IS 140 (55.08% from 255) = 40.35%

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

R = 23.92%
G = 40.35%
B = 35.73%

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

#538C7C (or 0x538C7C) is known color: Lochinvar. HEX triplet: 53, 8C and 7C. RGB value is (83,140,124). Sum of RGB (Red+Green+Blue) = 83+140+124=347 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.92% from 347); Green value is 140 (55.08% from 255 or 40.35% from 347); Blue value is 124 (48.83% from 255 or 35.73% from 347); Max value from RGB is 140 - color contains mainly: green. Hex color #538C7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538C7C is #AC7383. Grayscale: #797979. Windows color (decimal): -11301764 or 8162387. OLE color: 8162387.

HSL color Cylindrical-coordinate representation of color #538C7C: hue angle of 163.16º 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 #538C7C is Cyan = 0.41, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.45.

Color convert

RGB 83 140 124 -
CMYK 0.41 0 0.11 0.45
HSL 163.16º 0.26% 0.44% -
HSV(B) 163.16º 0.41% 0.55% -
XYZ 16.58 22.05 22.45 -
YUV 121.13 129.62 100.8 -
System Red Green Blue C M Y K H S L
Decimal 83 140 124 0.41 0 0.11 0.45 163.16 0.26 0.44
Hex 53 8C 7C 29 0 B 2D A3 1A 2C
Octal 123 214 174 51 0 13 55 243 32 54
Binary 1010011 10001100 1111100 101001 0 1011 101101 10100011 11010 101100

Color Harmonies of #538C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538C7C

Black with #538C7C

Text Example


Text Example

White with #538C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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