Html Css Color HEX #539489 Lochinvar

📋 copy color: '#539489'

red 83 ◦ green 148 ◦ blue 137

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

Shades of Lochinvar #539489

Tints of Lochinvar #539489

RGB

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

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

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

R = 22.55%
G = 40.22%
B = 37.23%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#539489 (or 0x539489) is known color: Lochinvar. HEX triplet: 53, 94 and 89. RGB value is (83,148,137). Sum of RGB (Red+Green+Blue) = 83+148+137=368 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.55% from 368); Green value is 148 (58.20% from 255 or 40.22% from 368); Blue value is 137 (53.91% from 255 or 37.23% from 368); Max value from RGB is 148 - color contains mainly: green. Hex color #539489 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539489 is #AC6B76. Grayscale: #7F7F7F. Windows color (decimal): -11299703 or 9016403. OLE color: 9016403.

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

Color convert

RGB 83 148 137 -
CMYK 0.44 0 0.07 0.42
HSL 169.85º 0.28% 0.45% -
HSV(B) 169.85º 0.44% 0.58% -
XYZ 18.67 24.82 27.47 -
YUV 127.31 133.47 96.39 -
System Red Green Blue C M Y K H S L
Decimal 83 148 137 0.44 0 0.07 0.42 169.85 0.28 0.45
Hex 53 94 89 2C 0 7 2A AA 1C 2D
Octal 123 224 211 54 0 7 52 252 34 55
Binary 1010011 10010100 10001001 101100 0 111 101010 10101010 11100 101101

Color Harmonies of #539489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539489

Black with #539489

Text Example


Text Example

White with #539489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #539489; }

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

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

background-color css

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

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

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

border-color css

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

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

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