#548883

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

Shades of Lochinvar #548883

Tints of Lochinvar #548883

Color information

#548883 (or 0x548883) is unknown color: approx Lochinvar. HEX triplet: 54, 88 and 83. RGB value is (84,136,131). Sum of RGB (Red+Green+Blue) = 84+136+131=351 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.93% from 351); Green value is 136 (53.52% from 255 or 38.75% from 351); Blue value is 131 (51.56% from 255 or 37.32% from 351); Max value from RGB is 136 - color contains mainly: green. Hex color #548883 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #548883 is #AB777C. Grayscale: #777777. Windows color (decimal): -11237245 or 8620116. OLE color: 8620116.

HSL color Cylindrical-coordinate representation of color #548883: hue angle of 174.23º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #548883 is Cyan = 0.38, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB84136131-
CMYK0.3800.040.47
HSL174.23º23.64%43.14%-
HSV(B)174.23º38.24%53.33%-
XYZ16.5621.1324.68-
YUV119.88134.27102.41-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.93%
GREEN value IS 136 (53.52% from 255) = 38.75%
BLUE value IS 131 (51.56% from 255) = 37.32%
R=23.93%
G=38.75%
B=37.32%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal841361310.3800.040.47174.2323.6443.14
Hex54888326042Fae182b
Octal1242102034604572563053
Binary1010100100010001000001110011001001011111010111011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #548883; }

 p { color: rgb(84,136,131); }

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

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

 a { background-color: rgb(84,136,131); }

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

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

 span { border-color: rgb(84,136,131); }

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