#54908A

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

Shades of Lochinvar #54908A

Tints of Lochinvar #54908A

Color information

#54908A (or 0x54908A) is unknown color: approx Lochinvar. HEX triplet: 54, 90 and 8A. RGB value is (84,144,138). Sum of RGB (Red+Green+Blue) = 84+144+138=366 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.95% from 366); Green value is 144 (56.64% from 255 or 39.34% from 366); Blue value is 138 (54.30% from 255 or 37.70% from 366); Max value from RGB is 144 - color contains mainly: green. Hex color #54908A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54908A is #AB6F75. Grayscale: #7D7D7D. Windows color (decimal): -11235190 or 9080916. OLE color: 9080916.

HSL color Cylindrical-coordinate representation of color #54908A: hue angle of 174º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #54908A is Cyan = 0.42, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.

Color convert

RGB84144138-
CMYK0.4200.040.44
HSL174º26.32%44.71%-
HSV(B)174º41.67%56.47%-
XYZ18.2223.6727.65-
YUV125.38135.1298.49-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.95%
GREEN value IS 144 (56.64% from 255) = 39.34%
BLUE value IS 138 (54.30% from 255) = 37.70%
R=22.95%
G=39.34%
B=37.70%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal841441380.4200.040.4417426.3244.71
Hex54908A2A042Cae1a2d
Octal1242202125204542563255
Binary1010100100100001000101010101001001011001010111011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54908A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54908A; }

 p { color: rgb(84,144,138); }

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

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

 a { background-color: rgb(84,144,138); }

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

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

 span { border-color: rgb(84,144,138); }

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