Html Css Color HEX #539482 Lochinvar

📋 copy color: '#539482'

red 83 ◦ green 148 ◦ blue 130

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

Shades of Lochinvar #539482

Tints of Lochinvar #539482

RGB

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

 GREEN value IS 148 (58.2% from 255) = 41%

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

R = 22.99%
G = 41%
B = 36.01%

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

#539482 (or 0x539482) is known color: Lochinvar. HEX triplet: 53, 94 and 82. RGB value is (83,148,130). Sum of RGB (Red+Green+Blue) = 83+148+130=361 (47% of max value = 765). Red value is 83 (32.81% from 255 or 22.99% from 361); Green value is 148 (58.20% from 255 or 41.00% from 361); Blue value is 130 (51.17% from 255 or 36.01% from 361); Max value from RGB is 148 - color contains mainly: green. Hex color #539482 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539482 is #AC6B7D. Grayscale: #7E7E7E. Windows color (decimal): -11299710 or 8557651. OLE color: 8557651.

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

Color convert

RGB 83 148 130 -
CMYK 0.44 0 0.12 0.42
HSL 163.38º 0.28% 0.45% -
HSV(B) 163.38º 0.44% 0.58% -
XYZ 18.19 24.63 24.91 -
YUV 126.51 129.97 96.96 -
System Red Green Blue C M Y K H S L
Decimal 83 148 130 0.44 0 0.12 0.42 163.38 0.28 0.45
Hex 53 94 82 2C 0 C 2A A3 1C 2D
Octal 123 224 202 54 0 14 52 243 34 55
Binary 1010011 10010100 10000010 101100 0 1100 101010 10100011 11100 101101

Color Harmonies of #539482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539482

Black with #539482

Text Example


Text Example

White with #539482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #539482; }

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

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

background-color css

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

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

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

border-color css

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

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

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