Html Css Color HEX #53877D Lochinvar

📋 copy color: '#53877D'

red 83 ◦ green 135 ◦ blue 125

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

Shades of Lochinvar #53877D

Tints of Lochinvar #53877D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 39.36%

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

R = 24.2%
G = 39.36%
B = 36.44%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#53877D (or 0x53877D) is known color: Lochinvar. HEX triplet: 53, 87 and 7D. RGB value is (83,135,125). Sum of RGB (Red+Green+Blue) = 83+135+125=343 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.20% from 343); Green value is 135 (53.12% from 255 or 39.36% from 343); Blue value is 125 (49.22% from 255 or 36.44% from 343); Max value from RGB is 135 - color contains mainly: green. Hex color #53877D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53877D is #AC7882. Grayscale: #767676. Windows color (decimal): -11303043 or 8226643. OLE color: 8226643.

HSL color Cylindrical-coordinate representation of color #53877D: hue angle of 168.46º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #53877D is Cyan = 0.39, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 83 135 125 -
CMYK 0.39 0 0.07 0.47
HSL 168.46º 0.24% 0.43% -
HSV(B) 168.46º 0.39% 0.53% -
XYZ 15.93 20.65 22.55 -
YUV 118.31 131.77 102.81 -
System Red Green Blue C M Y K H S L
Decimal 83 135 125 0.39 0 0.07 0.47 168.46 0.24 0.43
Hex 53 87 7D 27 0 7 2F A8 18 2B
Octal 123 207 175 47 0 7 57 250 30 53
Binary 1010011 10000111 1111101 100111 0 111 101111 10101000 11000 101011

Color Harmonies of #53877D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53877D

Black with #53877D

Text Example


Text Example

White with #53877D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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