Html Css Color HEX #54968B Lochinvar

📋 copy color: '#54968B'

red 84 ◦ green 150 ◦ blue 139

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

Shades of Lochinvar #54968B

Tints of Lochinvar #54968B

RGB

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

 GREEN value IS 150 (58.98% from 255) = 40.21%

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

R = 22.52%
G = 40.21%
B = 37.27%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#54968B (or 0x54968B) is known color: Lochinvar. HEX triplet: 54, 96 and 8B. RGB value is (84,150,139). Sum of RGB (Red+Green+Blue) = 84+150+139=373 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.52% from 373); Green value is 150 (58.98% from 255 or 40.21% from 373); Blue value is 139 (54.69% from 255 or 37.27% from 373); Max value from RGB is 150 - color contains mainly: green. Hex color #54968B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54968B is #AB6974. Grayscale: #808080. Windows color (decimal): -11233653 or 9147988. OLE color: 9147988.

HSL color Cylindrical-coordinate representation of color #54968B: hue angle of 170º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #54968B is Cyan = 0.44, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB 84 150 139 -
CMYK 0.44 0 0.07 0.41
HSL 170º 0.28% 0.46% -
HSV(B) 170º 0.44% 0.59% -
XYZ 19.22 25.56 28.35 -
YUV 129.01 133.63 95.89 -
System Red Green Blue C M Y K H S L
Decimal 84 150 139 0.44 0 0.07 0.41 170 0.28 0.46
Hex 54 96 8B 2C 0 7 29 AA 1C 2E
Octal 124 226 213 54 0 7 51 252 34 56
Binary 1010100 10010110 10001011 101100 0 111 101001 10101010 11100 101110

Color Harmonies of #54968B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54968B

Black with #54968B

Text Example


Text Example

White with #54968B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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