Html Css Color HEX #539789 Lochinvar

📋 copy color: '#539789'

red 83 ◦ green 151 ◦ blue 137

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

Shades of Lochinvar #539789

Tints of Lochinvar #539789

RGB

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

 GREEN value IS 151 (59.38% from 255) = 40.7%

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

R = 22.37%
G = 40.7%
B = 36.93%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#539789 (or 0x539789) is known color: Lochinvar. HEX triplet: 53, 97 and 89. RGB value is (83,151,137). Sum of RGB (Red+Green+Blue) = 83+151+137=371 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.37% from 371); Green value is 151 (59.38% from 255 or 40.70% from 371); Blue value is 137 (53.91% from 255 or 36.93% from 371); Max value from RGB is 151 - color contains mainly: green. Hex color #539789 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539789 is #AC6876. Grayscale: #818181. Windows color (decimal): -11298935 or 9017171. OLE color: 9017171.

HSL color Cylindrical-coordinate representation of color #539789: hue angle of 167.65º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #539789 is Cyan = 0.45, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB 83 151 137 -
CMYK 0.45 0 0.09 0.41
HSL 167.65º 0.29% 0.46% -
HSV(B) 167.65º 0.45% 0.59% -
XYZ 19.15 25.78 27.63 -
YUV 129.07 132.47 95.14 -
System Red Green Blue C M Y K H S L
Decimal 83 151 137 0.45 0 0.09 0.41 167.65 0.29 0.46
Hex 53 97 89 2D 0 9 29 A8 1D 2E
Octal 123 227 211 55 0 11 51 250 35 56
Binary 1010011 10010111 10001001 101101 0 1001 101001 10101000 11101 101110

Color Harmonies of #539789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539789

Black with #539789

Text Example


Text Example

White with #539789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #539789; }

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

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

background-color css

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

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

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

border-color css

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

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

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