Html Css Color HEX #539582 Lochinvar

📋 copy color: '#539582'

red 83 ◦ green 149 ◦ blue 130

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

Shades of Lochinvar #539582

Tints of Lochinvar #539582

RGB

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

 GREEN value IS 149 (58.59% from 255) = 41.16%

 BLUE value IS 130 (51.17% from 255) = 35.91%

R = 22.93%
G = 41.16%
B = 35.91%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#539582 (or 0x539582) is known color: Lochinvar. HEX triplet: 53, 95 and 82. RGB value is (83,149,130). Sum of RGB (Red+Green+Blue) = 83+149+130=362 (47% of max value = 765). Red value is 83 (32.81% from 255 or 22.93% from 362); Green value is 149 (58.59% from 255 or 41.16% from 362); Blue value is 130 (51.17% from 255 or 35.91% from 362); Max value from RGB is 149 - color contains mainly: green. Hex color #539582 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539582 is #AC6A7D. Grayscale: #7F7F7F. Windows color (decimal): -11299454 or 8557907. OLE color: 8557907.

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

Color convert

RGB 83 149 130 -
CMYK 0.44 0 0.13 0.42
HSL 162.73º 0.28% 0.45% -
HSV(B) 162.73º 0.44% 0.58% -
XYZ 18.34 24.95 24.97 -
YUV 127.1 129.63 96.54 -
System Red Green Blue C M Y K H S L
Decimal 83 149 130 0.44 0 0.13 0.42 162.73 0.28 0.45
Hex 53 95 82 2C 0 D 2A A3 1C 2D
Octal 123 225 202 54 0 15 52 243 34 55
Binary 1010011 10010101 10000010 101100 0 1101 101010 10100011 11100 101101

Color Harmonies of #539582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539582

Black with #539582

Text Example


Text Example

White with #539582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #539582; }

 p { color: rgb(83,149,130); }

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

background-color css

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

 a { background-color: rgb(83,149,130); }

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

border-color css

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

 span { border-color: rgb(83,149,130); }

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