#539288

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

Shades of Lochinvar #539288

Tints of Lochinvar #539288

Color information

#539288 (or 0x539288) is unknown color: approx Lochinvar. HEX triplet: 53, 92 and 88. RGB value is (83,146,136). Sum of RGB (Red+Green+Blue) = 83+146+136=365 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.74% from 365); Green value is 146 (57.42% from 255 or 40% from 365); Blue value is 136 (53.52% from 255 or 37.26% from 365); Max value from RGB is 146 - color contains mainly: green. Hex color #539288 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539288 is #AC6D77. Grayscale: #7E7E7E. Windows color (decimal): -11300216 or 8950355. OLE color: 8950355.

HSL color Cylindrical-coordinate representation of color #539288: hue angle of 170.48º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #539288 is Cyan = 0.43, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.43.

Color convert

RGB83146136-
CMYK0.4300.070.43
HSL170.48º27.51%44.9%-
HSV(B)170.48º43.15%57.25%-
XYZ18.2924.1726.99-
YUV126.02133.6397.31-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.74%
GREEN value IS 146 (57.42% from 255) = 40%
BLUE value IS 136 (53.52% from 255) = 37.26%
R=22.74%
G=40%
B=37.26%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal831461360.4300.070.43170.4827.5144.9
Hex5392882B072Baa1c2d
Octal1232222105307532523455
Binary1010011100100101000100010101101111010111010101011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #539288; }

 p { color: rgb(83,146,136); }

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

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

 a { background-color: rgb(83,146,136); }

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

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

 span { border-color: rgb(83,146,136); }

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