#539A8C

Color #539A8C Lochinvar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochinvar #539A8C

Tints of Lochinvar #539A8C

Color information

#539A8C (or 0x539A8C) is unknown color: approx Lochinvar. HEX triplet: 53, 9A and 8C. RGB value is (83,154,140). Sum of RGB (Red+Green+Blue) = 83+154+140=377 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.02% from 377); Green value is 154 (60.55% from 255 or 40.85% from 377); Blue value is 140 (55.08% from 255 or 37.14% from 377); Max value from RGB is 154 - color contains mainly: green. Hex color #539A8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539A8C is #AC6573. Grayscale: #838383. Windows color (decimal): -11298164 or 9214547. OLE color: 9214547.

HSL color Cylindrical-coordinate representation of color #539A8C: hue angle of 168.17º 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 #539A8C is Cyan = 0.46, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB83154140-
CMYK0.4600.090.40
HSL168.17º29.96%46.47%-
HSV(B)168.17º46.1%60.39%-
XYZ19.8626.8428.95-
YUV131.18132.9893.64-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.02%
GREEN value IS 154 (60.55% from 255) = 40.85%
BLUE value IS 140 (55.08% from 255) = 37.14%
R=22.02%
G=40.85%
B=37.14%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal831541400.4600.090.40168.1729.9646.47
Hex539A8C2E0928a81e2e
Octal12323221456011502503656
Binary10100111001101010001100101110010011010001010100011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539A8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #539A8C;
 }
 .AnyTagClassName
 {
   color: #539A8C;
 }
</style>
background-color css

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

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

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

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

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

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