#539A88

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

Shades of Lochinvar #539A88

Tints of Lochinvar #539A88

Color information

#539A88 (or 0x539A88) is unknown color: approx Lochinvar. HEX triplet: 53, 9A and 88. RGB value is (83,154,136). Sum of RGB (Red+Green+Blue) = 83+154+136=373 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.25% from 373); Green value is 154 (60.55% from 255 or 41.29% from 373); Blue value is 136 (53.52% from 255 or 36.46% from 373); Max value from RGB is 154 - color contains mainly: green. Hex color #539A88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539A88 is #AC6577. Grayscale: #828282. Windows color (decimal): -11298168 or 8952403. OLE color: 8952403.

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

Color convert

RGB83154136-
CMYK0.4600.120.40
HSL164.79º29.96%46.47%-
HSV(B)164.79º46.1%60.39%-
XYZ19.5726.7327.42-
YUV130.72130.9893.96-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.25%
GREEN value IS 154 (60.55% from 255) = 41.29%
BLUE value IS 136 (53.52% from 255) = 36.46%
R=22.25%
G=41.29%
B=36.46%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal831541360.4600.120.40164.7929.9646.47
Hex539A882E0C28a51e2e
Octal12323221056014502453656
Binary10100111001101010001000101110011001010001010010111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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