Html Css Color HEX #539089 Lochinvar

📋 copy color: '#539089'

red 83 ◦ green 144 ◦ blue 137

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

Shades of Lochinvar #539089

Tints of Lochinvar #539089

RGB

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

 GREEN value IS 144 (56.64% from 255) = 39.56%

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

R = 22.8%
G = 39.56%
B = 37.64%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.05

 K value IS 0.44

RGB Variations

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

Color information

#539089 (or 0x539089) is known color: Lochinvar. HEX triplet: 53, 90 and 89. RGB value is (83,144,137). Sum of RGB (Red+Green+Blue) = 83+144+137=364 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.80% from 364); Green value is 144 (56.64% from 255 or 39.56% from 364); Blue value is 137 (53.91% from 255 or 37.64% from 364); Max value from RGB is 144 - color contains mainly: green. Hex color #539089 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539089 is #AC6F76. Grayscale: #7C7C7C. Windows color (decimal): -11300727 or 9015379. OLE color: 9015379.

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

Color convert

RGB 83 144 137 -
CMYK 0.42 0 0.05 0.44
HSL 173.11º 0.27% 0.45% -
HSV(B) 173.11º 0.42% 0.56% -
XYZ 18.06 23.59 27.27 -
YUV 124.96 134.79 98.07 -
System Red Green Blue C M Y K H S L
Decimal 83 144 137 0.42 0 0.05 0.44 173.11 0.27 0.45
Hex 53 90 89 2A 0 5 2C AD 1B 2D
Octal 123 220 211 52 0 5 54 255 33 55
Binary 1010011 10010000 10001001 101010 0 101 101100 10101101 11011 101101

Color Harmonies of #539089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539089

Black with #539089

Text Example


Text Example

White with #539089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #539089; }

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

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

background-color css

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

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

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

border-color css

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

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

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