#54928B

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

Shades of Lochinvar #54928B

Tints of Lochinvar #54928B

Color information

#54928B (or 0x54928B) is unknown color: approx Lochinvar. HEX triplet: 54, 92 and 8B. RGB value is (84,146,139). Sum of RGB (Red+Green+Blue) = 84+146+139=369 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.76% from 369); Green value is 146 (57.42% from 255 or 39.57% from 369); Blue value is 139 (54.69% from 255 or 37.67% from 369); Max value from RGB is 146 - color contains mainly: green. Hex color #54928B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54928B is #AB6D74. Grayscale: #7E7E7E. Windows color (decimal): -11234677 or 9146964. OLE color: 9146964.

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

Color convert

RGB84146139-
CMYK0.4200.050.43
HSL173.23º26.96%45.1%-
HSV(B)173.23º42.47%57.25%-
XYZ18.624.3128.14-
YUV126.66134.9697.57-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.76%
GREEN value IS 146 (57.42% from 255) = 39.57%
BLUE value IS 139 (54.69% from 255) = 37.67%
R=22.76%
G=39.57%
B=37.67%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal841461390.4200.050.43173.2326.9645.1
Hex54928B2A052Bad1b2d
Octal1242222135205532553355
Binary1010100100100101000101110101001011010111010110111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54928B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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