Html Css Color HEX #53A092 Lochinvar

📋 copy color: '#53A092'

red 83 ◦ green 160 ◦ blue 146

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

Shades of Lochinvar #53A092

Tints of Lochinvar #53A092

RGB

 RED value IS 83 (32.81% from 255) = 21.34%

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

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

R = 21.34%
G = 41.13%
B = 37.53%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.09

 K value IS 0.37

RGB Variations

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

Color information

#53A092 (or 0x53A092) is known color: Lochinvar. HEX triplet: 53, A0 and 92. RGB value is (83,160,146). Sum of RGB (Red+Green+Blue) = 83+160+146=389 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.34% from 389); Green value is 160 (62.89% from 255 or 41.13% from 389); Blue value is 146 (57.42% from 255 or 37.53% from 389); Max value from RGB is 160 - color contains mainly: green. Hex color #53A092 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53A092 is #AC5F6D. Grayscale: #878787. Windows color (decimal): -11296622 or 9609299. OLE color: 9609299.

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

Color convert

RGB 83 160 146 -
CMYK 0.48 0 0.09 0.37
HSL 169.09º 0.32% 0.48% -
HSV(B) 169.09º 0.48% 0.63% -
XYZ 21.33 29.06 31.68 -
YUV 135.38 133.99 90.64 -
System Red Green Blue C M Y K H S L
Decimal 83 160 146 0.48 0 0.09 0.37 169.09 0.32 0.48
Hex 53 A0 92 30 0 9 25 A9 20 30
Octal 123 240 222 60 0 11 45 251 40 60
Binary 1010011 10100000 10010010 110000 0 1001 100101 10101001 100000 110000

Color Harmonies of #53A092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53A092

Black with #53A092

Text Example


Text Example

White with #53A092

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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