#53968A

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

Shades of Lochinvar #53968A

Tints of Lochinvar #53968A

Color information

#53968A (or 0x53968A) is unknown color: approx Lochinvar. HEX triplet: 53, 96 and 8A. RGB value is (83,150,138). Sum of RGB (Red+Green+Blue) = 83+150+138=371 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.37% from 371); Green value is 150 (58.98% from 255 or 40.43% from 371); Blue value is 138 (54.30% from 255 or 37.20% from 371); Max value from RGB is 150 - color contains mainly: green. Hex color #53968A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53968A is #AC6975. Grayscale: #808080. Windows color (decimal): -11299190 or 9082451. OLE color: 9082451.

HSL color Cylindrical-coordinate representation of color #53968A: hue angle of 169.25º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #53968A is Cyan = 0.45, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.41.

Color convert

RGB83150138-
CMYK0.4500.080.41
HSL169.25º28.76%45.69%-
HSV(B)169.25º44.67%58.82%-
XYZ19.0625.4927.96-
YUV128.6133.395.48-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.37%
GREEN value IS 150 (58.98% from 255) = 40.43%
BLUE value IS 138 (54.30% from 255) = 37.20%
R=22.37%
G=40.43%
B=37.20%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal831501380.4500.080.41169.2528.7645.69
Hex53968A2D0829a91d2e
Octal12322621255010512513556
Binary10100111001011010001010101101010001010011010100111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53968A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #53968A;
 }
 .AnyTagClassName
 {
   color: #53968A;
 }
</style>
background-color css

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

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

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

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

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

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