Html Css Color HEX #539381 Lochinvar

📋 copy color: '#539381'

red 83 ◦ green 147 ◦ blue 129

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

Shades of Lochinvar #539381

Tints of Lochinvar #539381

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 35.93%

R = 23.12%
G = 40.95%
B = 35.93%

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

#539381 (or 0x539381) is known color: Lochinvar. HEX triplet: 53, 93 and 81. RGB value is (83,147,129). Sum of RGB (Red+Green+Blue) = 83+147+129=359 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.12% from 359); Green value is 147 (57.81% from 255 or 40.95% from 359); Blue value is 129 (50.78% from 255 or 35.93% from 359); Max value from RGB is 147 - color contains mainly: green. Hex color #539381 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539381 is #AC6C7E. Grayscale: #7D7D7D. Windows color (decimal): -11299967 or 8491859. OLE color: 8491859.

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

Color convert

RGB 83 147 129 -
CMYK 0.44 0 0.12 0.42
HSL 163.13º 0.28% 0.45% -
HSV(B) 163.13º 0.44% 0.58% -
XYZ 17.96 24.29 24.51 -
YUV 125.81 129.8 97.46 -
System Red Green Blue C M Y K H S L
Decimal 83 147 129 0.44 0 0.12 0.42 163.13 0.28 0.45
Hex 53 93 81 2C 0 C 2A A3 1C 2D
Octal 123 223 201 54 0 14 52 243 34 55
Binary 1010011 10010011 10000001 101100 0 1100 101010 10100011 11100 101101

Color Harmonies of #539381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539381

Black with #539381

Text Example


Text Example

White with #539381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #539381; }

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

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

background-color css

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

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

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

border-color css

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

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

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