#53877D

Color #53877D Lochinvar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochinvar #53877D

Tints of Lochinvar #53877D

Color information

#53877D (or 0x53877D) is unknown color: approx 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

RGB83135125-
CMYK0.3900.070.47
HSL168.46º23.85%42.75%-
HSV(B)168.46º38.52%52.94%-
XYZ15.9320.6522.55-
YUV118.31131.77102.81-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.20%
GREEN value IS 135 (53.12% from 255) = 39.36%
BLUE value IS 125 (49.22% from 255) = 36.44%
R=24.20%
G=39.36%
B=36.44%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal831351250.3900.070.47168.4623.8542.75
Hex53877D27072Fa8182b
Octal1232071754707572503053
Binary101001110000111111110110011101111011111010100011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53877D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>