#52968B

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

Shades of Lochinvar #52968B

Tints of Lochinvar #52968B

Color information

#52968B (or 0x52968B) is unknown color: approx Lochinvar. HEX triplet: 52, 96 and 8B. RGB value is (82,150,139). Sum of RGB (Red+Green+Blue) = 82+150+139=371 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.10% from 371); Green value is 150 (58.98% from 255 or 40.43% from 371); Blue value is 139 (54.69% from 255 or 37.47% from 371); Max value from RGB is 150 - color contains mainly: green. Hex color #52968B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52968B is #AD6974. Grayscale: #808080. Windows color (decimal): -11364725 or 9147986. OLE color: 9147986.

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

Color convert

RGB82150139-
CMYK0.4500.070.41
HSL170.29º29.31%45.49%-
HSV(B)170.29º45.33%58.82%-
XYZ19.0525.4728.34-
YUV128.41133.9794.89-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.10%
GREEN value IS 150 (58.98% from 255) = 40.43%
BLUE value IS 139 (54.69% from 255) = 37.47%
R=22.10%
G=40.43%
B=37.47%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal821501390.4500.070.41170.2929.3145.49
Hex52968B2D0729aa1d2d
Octal1222262135507512523555
Binary1010010100101101000101110110101111010011010101011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52968B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52968B; }

 p { color: rgb(82,150,139); }

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

<style>
 a { background-color: #52968B; }

 a { background-color: rgb(82,150,139); }

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

<style>
 span { border-color: #52968B; }

 span { border-color: rgb(82,150,139); }

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