Html Css Color HEX #55A092 Lochinvar

📋 copy color: '#55A092'

red 85 ◦ green 160 ◦ blue 146

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

Shades of Lochinvar #55A092

Tints of Lochinvar #55A092

RGB

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

 GREEN value IS 160 (62.89% from 255) = 40.92%

 BLUE value IS 146 (57.42% from 255) = 37.34%

R = 21.74%
G = 40.92%
B = 37.34%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.09

 K value IS 0.37

RGB Variations

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

Color information

#55A092 (or 0x55A092) is known color: Lochinvar. HEX triplet: 55, A0 and 92. RGB value is (85,160,146). Sum of RGB (Red+Green+Blue) = 85+160+146=391 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.74% from 391); Green value is 160 (62.89% from 255 or 40.92% from 391); Blue value is 146 (57.42% from 255 or 37.34% from 391); Max value from RGB is 160 - color contains mainly: green. Hex color #55A092 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55A092 is #AA5F6D. Grayscale: #878787. Windows color (decimal): -11165550 or 9609301. OLE color: 9609301.

HSL color Cylindrical-coordinate representation of color #55A092: hue angle of 168.8º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #55A092 is Cyan = 0.47, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.37.

Color convert

RGB 85 160 146 -
CMYK 0.47 0 0.09 0.37
HSL 168.8º 0.31% 0.48% -
HSV(B) 168.8º 0.47% 0.63% -
XYZ 21.51 29.15 31.69 -
YUV 135.98 133.65 91.64 -
System Red Green Blue C M Y K H S L
Decimal 85 160 146 0.47 0 0.09 0.37 168.8 0.31 0.48
Hex 55 A0 92 2F 0 9 25 A9 1F 30
Octal 125 240 222 57 0 11 45 251 37 60
Binary 1010101 10100000 10010010 101111 0 1001 100101 10101001 11111 110000

Color Harmonies of #55A092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55A092

Black with #55A092

Text Example


Text Example

White with #55A092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55A092; }

 p { color: rgb(85,160,146); }

 H1.HeaderClassName
 {
   color: #55A092;
 }
 .AnyTagClassName
 {
   color: #55A092;
 }
</style>

background-color css

<style>
 a { background-color: #55A092; }

 a { background-color: rgb(85,160,146); }

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

border-color css

<style>
 span { border-color: #55A092; }

 span { border-color: rgb(85,160,146); }

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