Html Css Color HEX #54988C Lochinvar

📋 copy color: '#54988C'

red 84 ◦ green 152 ◦ blue 140

#54988C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lochinvar #54988C

Tints of Lochinvar #54988C

RGB

 RED value IS 84 (33.2% from 255) = 22.34%

 GREEN value IS 152 (59.77% from 255) = 40.43%

 BLUE value IS 140 (55.08% from 255) = 37.23%

R = 22.34%
G = 40.43%
B = 37.23%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.08

 K value IS 0.40

RGB Variations

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

Color information

#54988C (or 0x54988C) is known color: Lochinvar. HEX triplet: 54, 98 and 8C. RGB value is (84,152,140). Sum of RGB (Red+Green+Blue) = 84+152+140=376 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.34% from 376); Green value is 152 (59.77% from 255 or 40.43% from 376); Blue value is 140 (55.08% from 255 or 37.23% from 376); Max value from RGB is 152 - color contains mainly: green. Hex color #54988C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54988C is #AB6773. Grayscale: #828282. Windows color (decimal): -11233140 or 9214036. OLE color: 9214036.

HSL color Cylindrical-coordinate representation of color #54988C: hue angle of 169.41º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #54988C is Cyan = 0.45, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.40.

Color convert

RGB 84 152 140 -
CMYK 0.45 0 0.08 0.40
HSL 169.41º 0.29% 0.46% -
HSV(B) 169.41º 0.45% 0.6% -
XYZ 19.62 26.23 28.84 -
YUV 130.3 133.47 94.98 -
System Red Green Blue C M Y K H S L
Decimal 84 152 140 0.45 0 0.08 0.40 169.41 0.29 0.46
Hex 54 98 8C 2D 0 8 28 A9 1D 2E
Octal 124 230 214 55 0 10 50 251 35 56
Binary 1010100 10011000 10001100 101101 0 1000 101000 10101001 11101 101110

Color Harmonies of #54988C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54988C

Black with #54988C

Text Example


Text Example

White with #54988C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54988C; }

 p { color: rgb(84,152,140); }

 H1.HeaderClassName
 {
   color: #54988C;
 }
 .AnyTagClassName
 {
   color: #54988C;
 }
</style>

background-color css

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

 a { background-color: rgb(84,152,140); }

 div.DivClassName
 {
   background-color: #54988C;
 }
 .BgClassName
 {
   background-color: #54988C;
 }
</style>

border-color css

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

 span { border-color: rgb(84,152,140); }

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