Html Css Color HEX #539A89 Lochinvar

📋 copy color: '#539A89'

red 83 ◦ green 154 ◦ blue 137

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

Shades of Lochinvar #539A89

Tints of Lochinvar #539A89

RGB

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

 GREEN value IS 154 (60.55% from 255) = 41.18%

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

R = 22.19%
G = 41.18%
B = 36.63%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.11

 K value IS 0.40

RGB Variations

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

Color information

#539A89 (or 0x539A89) is known color: Lochinvar. HEX triplet: 53, 9A and 89. RGB value is (83,154,137). Sum of RGB (Red+Green+Blue) = 83+154+137=374 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.19% from 374); Green value is 154 (60.55% from 255 or 41.18% from 374); Blue value is 137 (53.91% from 255 or 36.63% from 374); Max value from RGB is 154 - color contains mainly: green. Hex color #539A89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539A89 is #AC6576. Grayscale: #828282. Windows color (decimal): -11298167 or 9017939. OLE color: 9017939.

HSL color Cylindrical-coordinate representation of color #539A89: hue angle of 165.63º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #539A89 is Cyan = 0.46, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.40.

Color convert

RGB 83 154 137 -
CMYK 0.46 0 0.11 0.40
HSL 165.63º 0.3% 0.46% -
HSV(B) 165.63º 0.46% 0.6% -
XYZ 19.64 26.76 27.8 -
YUV 130.83 131.48 93.88 -
System Red Green Blue C M Y K H S L
Decimal 83 154 137 0.46 0 0.11 0.40 165.63 0.3 0.46
Hex 53 9A 89 2E 0 B 28 A6 1E 2E
Octal 123 232 211 56 0 13 50 246 36 56
Binary 1010011 10011010 10001001 101110 0 1011 101000 10100110 11110 101110

Color Harmonies of #539A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539A89

Black with #539A89

Text Example


Text Example

White with #539A89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #539A89; }

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

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

background-color css

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

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

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

border-color css

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

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

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