Html Css Color HEX #53897D Lochinvar

📋 copy color: '#53897D'

red 83 ◦ green 137 ◦ blue 125

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

Shades of Lochinvar #53897D

Tints of Lochinvar #53897D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 39.71%

 BLUE value IS 125 (49.22% from 255) = 36.23%

R = 24.06%
G = 39.71%
B = 36.23%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.09

 K value IS 0.46

RGB Variations

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

Color information

#53897D (or 0x53897D) is known color: Lochinvar. HEX triplet: 53, 89 and 7D. RGB value is (83,137,125). Sum of RGB (Red+Green+Blue) = 83+137+125=345 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.06% from 345); Green value is 137 (53.91% from 255 or 39.71% from 345); Blue value is 125 (49.22% from 255 or 36.23% from 345); Max value from RGB is 137 - color contains mainly: green. Hex color #53897D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53897D is #AC7682. Grayscale: #777777. Windows color (decimal): -11302531 or 8227155. OLE color: 8227155.

HSL color Cylindrical-coordinate representation of color #53897D: hue angle of 166.67º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #53897D is Cyan = 0.39, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB 83 137 125 -
CMYK 0.39 0 0.09 0.46
HSL 166.67º 0.25% 0.43% -
HSV(B) 166.67º 0.39% 0.54% -
XYZ 16.21 21.21 22.64 -
YUV 119.49 131.11 101.98 -
System Red Green Blue C M Y K H S L
Decimal 83 137 125 0.39 0 0.09 0.46 166.67 0.25 0.43
Hex 53 89 7D 27 0 9 2E A7 19 2B
Octal 123 211 175 47 0 11 56 247 31 53
Binary 1010011 10001001 1111101 100111 0 1001 101110 10100111 11001 101011

Color Harmonies of #53897D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53897D

Black with #53897D

Text Example


Text Example

White with #53897D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53897D; }

 p { color: rgb(83,137,125); }

 H1.HeaderClassName
 {
   color: #53897D;
 }
 .AnyTagClassName
 {
   color: #53897D;
 }
</style>

background-color css

<style>
 a { background-color: #53897D; }

 a { background-color: rgb(83,137,125); }

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

border-color css

<style>
 span { border-color: #53897D; }

 span { border-color: rgb(83,137,125); }

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