#53928B

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

Shades of Lochinvar #53928B

Tints of Lochinvar #53928B

Color information

#53928B (or 0x53928B) is unknown color: approx Lochinvar. HEX triplet: 53, 92 and 8B. RGB value is (83,146,139). Sum of RGB (Red+Green+Blue) = 83+146+139=368 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.55% from 368); Green value is 146 (57.42% from 255 or 39.67% from 368); Blue value is 139 (54.69% from 255 or 37.77% from 368); Max value from RGB is 146 - color contains mainly: green. Hex color #53928B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53928B is #AC6D74. Grayscale: #7E7E7E. Windows color (decimal): -11300213 or 9146963. OLE color: 9146963.

HSL color Cylindrical-coordinate representation of color #53928B: hue angle of 173.33º 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 #53928B is Cyan = 0.43, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.

Color convert

RGB83146139-
CMYK0.4300.050.43
HSL173.33º27.51%44.9%-
HSV(B)173.33º43.15%57.25%-
XYZ18.5124.2628.13-
YUV126.36135.1397.07-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.55%
GREEN value IS 146 (57.42% from 255) = 39.67%
BLUE value IS 139 (54.69% from 255) = 37.77%
R=22.55%
G=39.67%
B=37.77%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal831461390.4300.050.43173.3327.5144.9
Hex53928B2B052Bad1c2d
Octal1232222135305532553455
Binary1010011100100101000101110101101011010111010110111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53928B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53928B; }

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

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

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

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

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

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

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

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