Html Css Color HEX #54988F Lochinvar

📋 copy color: '#54988F'

red 84 ◦ green 152 ◦ blue 143

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

Shades of Lochinvar #54988F

Tints of Lochinvar #54988F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 37.73%

R = 22.16%
G = 40.11%
B = 37.73%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.06

 K value IS 0.40

RGB Variations

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

Color information

#54988F (or 0x54988F) is known color: Lochinvar. HEX triplet: 54, 98 and 8F. RGB value is (84,152,143). Sum of RGB (Red+Green+Blue) = 84+152+143=379 (50% of max value = 765). Red value is 84 (33.20% from 255 or 22.16% from 379); Green value is 152 (59.77% from 255 or 40.11% from 379); Blue value is 143 (56.25% from 255 or 37.73% from 379); Max value from RGB is 152 - color contains mainly: green. Hex color #54988F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54988F is #AB6770. Grayscale: #828282. Windows color (decimal): -11233137 or 9410644. OLE color: 9410644.

HSL color Cylindrical-coordinate representation of color #54988F: hue angle of 172.06º 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 #54988F is Cyan = 0.45, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.40.

Color convert

RGB 84 152 143 -
CMYK 0.45 0 0.06 0.40
HSL 172.06º 0.29% 0.46% -
HSV(B) 172.06º 0.45% 0.6% -
XYZ 19.84 26.32 30.02 -
YUV 130.64 134.97 94.73 -
System Red Green Blue C M Y K H S L
Decimal 84 152 143 0.45 0 0.06 0.40 172.06 0.29 0.46
Hex 54 98 8F 2D 0 6 28 AC 1D 2E
Octal 124 230 217 55 0 6 50 254 35 56
Binary 1010100 10011000 10001111 101101 0 110 101000 10101100 11101 101110

Color Harmonies of #54988F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54988F

Black with #54988F

Text Example


Text Example

White with #54988F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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