Html Css Color HEX #53A38F Lochinvar

📋 copy color: '#53A38F'

red 83 ◦ green 163 ◦ blue 143

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

Shades of Lochinvar #53A38F

Tints of Lochinvar #53A38F

RGB

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

 GREEN value IS 163 (64.06% from 255) = 41.9%

 BLUE value IS 143 (56.25% from 255) = 36.76%

R = 21.34%
G = 41.9%
B = 36.76%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#53A38F (or 0x53A38F) is known color: Lochinvar. HEX triplet: 53, A3 and 8F. RGB value is (83,163,143). Sum of RGB (Red+Green+Blue) = 83+163+143=389 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.34% from 389); Green value is 163 (64.06% from 255 or 41.90% from 389); Blue value is 143 (56.25% from 255 or 36.76% from 389); Max value from RGB is 163 - color contains mainly: green. Hex color #53A38F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53A38F is #AC5C70. Grayscale: #888888. Windows color (decimal): -11295857 or 9413459. OLE color: 9413459.

HSL color Cylindrical-coordinate representation of color #53A38F: hue angle of 165º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #53A38F is Cyan = 0.49, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB 83 163 143 -
CMYK 0.49 0 0.12 0.36
HSL 165º 0.33% 0.48% -
HSV(B) 165º 0.49% 0.64% -
XYZ 21.62 30.02 30.64 -
YUV 136.8 131.5 89.63 -
System Red Green Blue C M Y K H S L
Decimal 83 163 143 0.49 0 0.12 0.36 165 0.33 0.48
Hex 53 A3 8F 31 0 C 24 A5 21 30
Octal 123 243 217 61 0 14 44 245 41 60
Binary 1010011 10100011 10001111 110001 0 1100 100100 10100101 100001 110000

Color Harmonies of #53A38F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53A38F

Black with #53A38F

Text Example


Text Example

White with #53A38F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,163,143); }

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

background-color css

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

 a { background-color: rgb(83,163,143); }

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

border-color css

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

 span { border-color: rgb(83,163,143); }

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