Html Css Color HEX #53A091 Lochinvar

📋 copy color: '#53A091'

red 83 ◦ green 160 ◦ blue 145

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

Shades of Lochinvar #53A091

Tints of Lochinvar #53A091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 37.37%

R = 21.39%
G = 41.24%
B = 37.37%

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

#53A091 (or 0x53A091) is known color: Lochinvar. HEX triplet: 53, A0 and 91. RGB value is (83,160,145). Sum of RGB (Red+Green+Blue) = 83+160+145=388 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.39% from 388); Green value is 160 (62.89% from 255 or 41.24% from 388); Blue value is 145 (57.03% from 255 or 37.37% from 388); Max value from RGB is 160 - color contains mainly: green. Hex color #53A091 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53A091 is #AC5F6E. Grayscale: #878787. Windows color (decimal): -11296623 or 9543763. OLE color: 9543763.

HSL color Cylindrical-coordinate representation of color #53A091: hue angle of 168.31º 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 #53A091 is Cyan = 0.48, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.37.

Color convert

RGB 83 160 145 -
CMYK 0.48 0 0.09 0.37
HSL 168.31º 0.32% 0.48% -
HSV(B) 168.31º 0.48% 0.63% -
XYZ 21.25 29.02 31.27 -
YUV 135.27 133.49 90.72 -
System Red Green Blue C M Y K H S L
Decimal 83 160 145 0.48 0 0.09 0.37 168.31 0.32 0.48
Hex 53 A0 91 30 0 9 25 A8 20 30
Octal 123 240 221 60 0 11 45 250 40 60
Binary 1010011 10100000 10010001 110000 0 1001 100101 10101000 100000 110000

Color Harmonies of #53A091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53A091

Black with #53A091

Text Example


Text Example

White with #53A091

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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