Html Css Color HEX #55948A Lochinvar

📋 copy color: '#55948A'

red 85 ◦ green 148 ◦ blue 138

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

Shades of Lochinvar #55948A

Tints of Lochinvar #55948A

RGB

 RED value IS 85 (33.59% from 255) = 22.91%

 GREEN value IS 148 (58.2% from 255) = 39.89%

 BLUE value IS 138 (54.3% from 255) = 37.2%

R = 22.91%
G = 39.89%
B = 37.2%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#55948A (or 0x55948A) is known color: Lochinvar. HEX triplet: 55, 94 and 8A. RGB value is (85,148,138). Sum of RGB (Red+Green+Blue) = 85+148+138=371 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.91% from 371); Green value is 148 (58.20% from 255 or 39.89% from 371); Blue value is 138 (54.30% from 255 or 37.20% from 371); Max value from RGB is 148 - color contains mainly: green. Hex color #55948A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55948A is #AA6B75. Grayscale: #808080. Windows color (decimal): -11168630 or 9081941. OLE color: 9081941.

HSL color Cylindrical-coordinate representation of color #55948A: hue angle of 170.48º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #55948A is Cyan = 0.43, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 85 148 138 -
CMYK 0.43 0 0.07 0.42
HSL 170.48º 0.27% 0.46% -
HSV(B) 170.48º 0.43% 0.58% -
XYZ 18.92 24.95 27.86 -
YUV 128.02 133.63 97.31 -
System Red Green Blue C M Y K H S L
Decimal 85 148 138 0.43 0 0.07 0.42 170.48 0.27 0.46
Hex 55 94 8A 2B 0 7 2A AA 1B 2E
Octal 125 224 212 53 0 7 52 252 33 56
Binary 1010101 10010100 10001010 101011 0 111 101010 10101010 11011 101110

Color Harmonies of #55948A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55948A

Black with #55948A

Text Example


Text Example

White with #55948A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55948A; }

 p { color: rgb(85,148,138); }

 H1.HeaderClassName
 {
   color: #55948A;
 }
 .AnyTagClassName
 {
   color: #55948A;
 }
</style>

background-color css

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

 a { background-color: rgb(85,148,138); }

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

border-color css

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

 span { border-color: rgb(85,148,138); }

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