Html Css Color HEX #539082 Lochinvar

📋 copy color: '#539082'

red 83 ◦ green 144 ◦ blue 130

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

Shades of Lochinvar #539082

Tints of Lochinvar #539082

RGB

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

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

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

R = 23.25%
G = 40.34%
B = 36.41%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.10

 K value IS 0.44

RGB Variations

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

Color information

#539082 (or 0x539082) is known color: Lochinvar. HEX triplet: 53, 90 and 82. RGB value is (83,144,130). Sum of RGB (Red+Green+Blue) = 83+144+130=357 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.25% from 357); Green value is 144 (56.64% from 255 or 40.34% from 357); Blue value is 130 (51.17% from 255 or 36.41% from 357); Max value from RGB is 144 - color contains mainly: green. Hex color #539082 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539082 is #AC6F7D. Grayscale: #7C7C7C. Windows color (decimal): -11300734 or 8556627. OLE color: 8556627.

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

Color convert

RGB 83 144 130 -
CMYK 0.42 0 0.10 0.44
HSL 166.23º 0.27% 0.45% -
HSV(B) 166.23º 0.42% 0.56% -
XYZ 17.57 23.4 24.71 -
YUV 124.17 131.29 98.64 -
System Red Green Blue C M Y K H S L
Decimal 83 144 130 0.42 0 0.10 0.44 166.23 0.27 0.45
Hex 53 90 82 2A 0 A 2C A6 1B 2D
Octal 123 220 202 52 0 12 54 246 33 55
Binary 1010011 10010000 10000010 101010 0 1010 101100 10100110 11011 101101

Color Harmonies of #539082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539082

Black with #539082

Text Example


Text Example

White with #539082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #539082; }

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

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

background-color css

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

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

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

border-color css

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

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

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