Html Css Color HEX #539189 Lochinvar

📋 copy color: '#539189'

red 83 ◦ green 145 ◦ blue 137

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

Shades of Lochinvar #539189

Tints of Lochinvar #539189

RGB

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

 GREEN value IS 145 (57.03% from 255) = 39.73%

 BLUE value IS 137 (53.91% from 255) = 37.53%

R = 22.74%
G = 39.73%
B = 37.53%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.06

 K value IS 0.43

RGB Variations

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

Color information

#539189 (or 0x539189) is known color: Lochinvar. HEX triplet: 53, 91 and 89. RGB value is (83,145,137). Sum of RGB (Red+Green+Blue) = 83+145+137=365 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.74% from 365); Green value is 145 (57.03% from 255 or 39.73% from 365); Blue value is 137 (53.91% from 255 or 37.53% from 365); Max value from RGB is 145 - color contains mainly: green. Hex color #539189 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539189 is #AC6E76. Grayscale: #7D7D7D. Windows color (decimal): -11300471 or 9015635. OLE color: 9015635.

HSL color Cylindrical-coordinate representation of color #539189: hue angle of 172.26º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #539189 is Cyan = 0.43, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.43.

Color convert

RGB 83 145 137 -
CMYK 0.43 0 0.06 0.43
HSL 172.26º 0.27% 0.45% -
HSV(B) 172.26º 0.43% 0.57% -
XYZ 18.21 23.9 27.32 -
YUV 125.55 134.46 97.65 -
System Red Green Blue C M Y K H S L
Decimal 83 145 137 0.43 0 0.06 0.43 172.26 0.27 0.45
Hex 53 91 89 2B 0 6 2B AC 1B 2D
Octal 123 221 211 53 0 6 53 254 33 55
Binary 1010011 10010001 10001001 101011 0 110 101011 10101100 11011 101101

Color Harmonies of #539189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539189

Black with #539189

Text Example


Text Example

White with #539189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #539189; }

 p { color: rgb(83,145,137); }

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

background-color css

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

 a { background-color: rgb(83,145,137); }

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

border-color css

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

 span { border-color: rgb(83,145,137); }

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