Html Css Color HEX #53917F Lochinvar

📋 copy color: '#53917F'

red 83 ◦ green 145 ◦ blue 127

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

Shades of Lochinvar #53917F

Tints of Lochinvar #53917F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 35.77%

R = 23.38%
G = 40.85%
B = 35.77%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.12

 K value IS 0.43

RGB Variations

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

Color information

#53917F (or 0x53917F) is known color: Lochinvar. HEX triplet: 53, 91 and 7F. RGB value is (83,145,127). Sum of RGB (Red+Green+Blue) = 83+145+127=355 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.38% from 355); Green value is 145 (57.03% from 255 or 40.85% from 355); Blue value is 127 (50% from 255 or 35.77% from 355); Max value from RGB is 145 - color contains mainly: green. Hex color #53917F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53917F is #AC6E80. Grayscale: #7C7C7C. Windows color (decimal): -11300481 or 8360275. OLE color: 8360275.

HSL color Cylindrical-coordinate representation of color #53917F: hue angle of 162.58º 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 #53917F is Cyan = 0.43, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB 83 145 127 -
CMYK 0.43 0 0.12 0.43
HSL 162.58º 0.27% 0.45% -
HSV(B) 162.58º 0.43% 0.57% -
XYZ 17.52 23.62 23.71 -
YUV 124.41 129.46 98.46 -
System Red Green Blue C M Y K H S L
Decimal 83 145 127 0.43 0 0.12 0.43 162.58 0.27 0.45
Hex 53 91 7F 2B 0 C 2B A3 1B 2D
Octal 123 221 177 53 0 14 53 243 33 55
Binary 1010011 10010001 1111111 101011 0 1100 101011 10100011 11011 101101

Color Harmonies of #53917F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53917F

Black with #53917F

Text Example


Text Example

White with #53917F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53917F; }

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

 H1.HeaderClassName
 {
   color: #53917F;
 }
 .AnyTagClassName
 {
   color: #53917F;
 }
</style>

background-color css

<style>
 a { background-color: #53917F; }

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

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

border-color css

<style>
 span { border-color: #53917F; }

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

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