Html Css Color HEX #53918A Lochinvar

📋 copy color: '#53918A'

red 83 ◦ green 145 ◦ blue 138

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

Shades of Lochinvar #53918A

Tints of Lochinvar #53918A

RGB

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

 GREEN value IS 145 (57.03% from 255) = 39.62%

 BLUE value IS 138 (54.3% from 255) = 37.7%

R = 22.68%
G = 39.62%
B = 37.7%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.05

 K value IS 0.43

RGB Variations

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

Color information

#53918A (or 0x53918A) is known color: Lochinvar. HEX triplet: 53, 91 and 8A. RGB value is (83,145,138). Sum of RGB (Red+Green+Blue) = 83+145+138=366 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.68% from 366); Green value is 145 (57.03% from 255 or 39.62% from 366); Blue value is 138 (54.30% from 255 or 37.70% from 366); Max value from RGB is 145 - color contains mainly: green. Hex color #53918A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53918A is #AC6E75. Grayscale: #7D7D7D. Windows color (decimal): -11300470 or 9081171. OLE color: 9081171.

HSL color Cylindrical-coordinate representation of color #53918A: hue angle of 173.23º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #53918A is Cyan = 0.43, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.

Color convert

RGB 83 145 138 -
CMYK 0.43 0 0.05 0.43
HSL 173.23º 0.27% 0.45% -
HSV(B) 173.23º 0.43% 0.57% -
XYZ 18.28 23.92 27.7 -
YUV 125.66 134.96 97.57 -
System Red Green Blue C M Y K H S L
Decimal 83 145 138 0.43 0 0.05 0.43 173.23 0.27 0.45
Hex 53 91 8A 2B 0 5 2B AD 1B 2D
Octal 123 221 212 53 0 5 53 255 33 55
Binary 1010011 10010001 10001010 101011 0 101 101011 10101101 11011 101101

Color Harmonies of #53918A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53918A

Black with #53918A

Text Example


Text Example

White with #53918A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53918A; }

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

 H1.HeaderClassName
 {
   color: #53918A;
 }
 .AnyTagClassName
 {
   color: #53918A;
 }
</style>

background-color css

<style>
 a { background-color: #53918A; }

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

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

border-color css

<style>
 span { border-color: #53918A; }

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

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