Html Css Color HEX #53A090 Lochinvar

📋 copy color: '#53A090'

red 83 ◦ green 160 ◦ blue 144

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

Shades of Lochinvar #53A090

Tints of Lochinvar #53A090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 37.21%

R = 21.45%
G = 41.34%
B = 37.21%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.1

 K value IS 0.37

RGB Variations

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

Color information

#53A090 (or 0x53A090) is known color: Lochinvar. HEX triplet: 53, A0 and 90. RGB value is (83,160,144). Sum of RGB (Red+Green+Blue) = 83+160+144=387 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.45% from 387); Green value is 160 (62.89% from 255 or 41.34% from 387); Blue value is 144 (56.64% from 255 or 37.21% from 387); Max value from RGB is 160 - color contains mainly: green. Hex color #53A090 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53A090 is #AC5F6F. Grayscale: #878787. Windows color (decimal): -11296624 or 9478227. OLE color: 9478227.

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

Color convert

RGB 83 160 144 -
CMYK 0.48 0 0.1 0.37
HSL 167.53º 0.32% 0.48% -
HSV(B) 167.53º 0.48% 0.63% -
XYZ 21.17 28.99 30.87 -
YUV 135.15 132.99 90.8 -
System Red Green Blue C M Y K H S L
Decimal 83 160 144 0.48 0 0.1 0.37 167.53 0.32 0.48
Hex 53 A0 90 30 0 A 25 A8 20 30
Octal 123 240 220 60 0 12 45 250 40 60
Binary 1010011 10100000 10010000 110000 0 1010 100101 10101000 100000 110000

Color Harmonies of #53A090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53A090

Black with #53A090

Text Example


Text Example

White with #53A090

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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