Html Css Color HEX #539382 Lochinvar

📋 copy color: '#539382'

red 83 ◦ green 147 ◦ blue 130

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

Shades of Lochinvar #539382

Tints of Lochinvar #539382

RGB

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

 GREEN value IS 147 (57.81% from 255) = 40.83%

 BLUE value IS 130 (51.17% from 255) = 36.11%

R = 23.06%
G = 40.83%
B = 36.11%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#539382 (or 0x539382) is known color: Lochinvar. HEX triplet: 53, 93 and 82. RGB value is (83,147,130). Sum of RGB (Red+Green+Blue) = 83+147+130=360 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.06% from 360); Green value is 147 (57.81% from 255 or 40.83% from 360); Blue value is 130 (51.17% from 255 or 36.11% from 360); Max value from RGB is 147 - color contains mainly: green. Hex color #539382 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539382 is #AC6C7D. Grayscale: #7D7D7D. Windows color (decimal): -11299966 or 8557395. OLE color: 8557395.

HSL color Cylindrical-coordinate representation of color #539382: hue angle of 164.06º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #539382 is Cyan = 0.44, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB 83 147 130 -
CMYK 0.44 0 0.12 0.42
HSL 164.06º 0.28% 0.45% -
HSV(B) 164.06º 0.44% 0.58% -
XYZ 18.03 24.32 24.86 -
YUV 125.93 130.3 97.38 -
System Red Green Blue C M Y K H S L
Decimal 83 147 130 0.44 0 0.12 0.42 164.06 0.28 0.45
Hex 53 93 82 2C 0 C 2A A4 1C 2D
Octal 123 223 202 54 0 14 52 244 34 55
Binary 1010011 10010011 10000010 101100 0 1100 101010 10100100 11100 101101

Color Harmonies of #539382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539382

Black with #539382

Text Example


Text Example

White with #539382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #539382; }

 p { color: rgb(83,147,130); }

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

background-color css

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

 a { background-color: rgb(83,147,130); }

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

border-color css

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

 span { border-color: rgb(83,147,130); }

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