Html Css Color HEX #53A08D Lochinvar

📋 copy color: '#53A08D'

red 83 ◦ green 160 ◦ blue 141

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

Shades of Lochinvar #53A08D

Tints of Lochinvar #53A08D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 36.72%

R = 21.61%
G = 41.67%
B = 36.72%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.12

 K value IS 0.37

RGB Variations

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

Color information

#53A08D (or 0x53A08D) is known color: Lochinvar. HEX triplet: 53, A0 and 8D. RGB value is (83,160,141). Sum of RGB (Red+Green+Blue) = 83+160+141=384 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.61% from 384); Green value is 160 (62.89% from 255 or 41.67% from 384); Blue value is 141 (55.47% from 255 or 36.72% from 384); Max value from RGB is 160 - color contains mainly: green. Hex color #53A08D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53A08D is #AC5F72. Grayscale: #868686. Windows color (decimal): -11296627 or 9281619. OLE color: 9281619.

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

Color convert

RGB 83 160 141 -
CMYK 0.48 0 0.12 0.37
HSL 165.19º 0.32% 0.48% -
HSV(B) 165.19º 0.48% 0.63% -
XYZ 20.95 28.9 29.67 -
YUV 134.81 131.49 91.04 -
System Red Green Blue C M Y K H S L
Decimal 83 160 141 0.48 0 0.12 0.37 165.19 0.32 0.48
Hex 53 A0 8D 30 0 C 25 A5 20 30
Octal 123 240 215 60 0 14 45 245 40 60
Binary 1010011 10100000 10001101 110000 0 1100 100101 10100101 100000 110000

Color Harmonies of #53A08D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53A08D

Black with #53A08D

Text Example


Text Example

White with #53A08D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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