Html Css Color HEX #54988B Lochinvar

📋 copy color: '#54988B'

red 84 ◦ green 152 ◦ blue 139

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

Shades of Lochinvar #54988B

Tints of Lochinvar #54988B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 37.07%

R = 22.4%
G = 40.53%
B = 37.07%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.09

 K value IS 0.40

RGB Variations

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

Color information

#54988B (or 0x54988B) is known color: Lochinvar. HEX triplet: 54, 98 and 8B. RGB value is (84,152,139). Sum of RGB (Red+Green+Blue) = 84+152+139=375 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.4% from 375); Green value is 152 (59.77% from 255 or 40.53% from 375); Blue value is 139 (54.69% from 255 or 37.07% from 375); Max value from RGB is 152 - color contains mainly: green. Hex color #54988B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54988B is #AB6774. Grayscale: #828282. Windows color (decimal): -11233141 or 9148500. OLE color: 9148500.

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

Color convert

RGB 84 152 139 -
CMYK 0.45 0 0.09 0.40
HSL 168.53º 0.29% 0.46% -
HSV(B) 168.53º 0.45% 0.6% -
XYZ 19.54 26.21 28.45 -
YUV 130.19 132.97 95.06 -
System Red Green Blue C M Y K H S L
Decimal 84 152 139 0.45 0 0.09 0.40 168.53 0.29 0.46
Hex 54 98 8B 2D 0 9 28 A9 1D 2E
Octal 124 230 213 55 0 11 50 251 35 56
Binary 1010100 10011000 10001011 101101 0 1001 101000 10101001 11101 101110

Color Harmonies of #54988B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54988B

Black with #54988B

Text Example


Text Example

White with #54988B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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