#428A81

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

Shades of Lochinvar #428A81

Tints of Lochinvar #428A81

Color information

#428A81 (or 0x428A81) is unknown color: approx Lochinvar. HEX triplet: 42, 8A and 81. RGB value is (66,138,129). Sum of RGB (Red+Green+Blue) = 66+138+129=333 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.82% from 333); Green value is 138 (54.30% from 255 or 41.44% from 333); Blue value is 129 (50.78% from 255 or 38.74% from 333); Max value from RGB is 138 - color contains mainly: green. Hex color #428A81 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428A81 is #BD757E. Grayscale: #737373. Windows color (decimal): -12416383 or 8489538. OLE color: 8489538.

HSL color Cylindrical-coordinate representation of color #428A81: hue angle of 172.5º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #428A81 is Cyan = 0.52, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB66138129-
CMYK0.5200.070.46
HSL172.5º35.29%40%-
HSV(B)172.5º52.17%54.12%-
XYZ15.320.9224-
YUV115.45135.6592.73-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.82%
GREEN value IS 138 (54.30% from 255) = 41.44%
BLUE value IS 129 (50.78% from 255) = 38.74%
R=19.82%
G=41.44%
B=38.74%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal661381290.5200.070.46172.535.2940
Hex428A8134072Eac2328
Octal1022122016407562544350
Binary10000101000101010000001110100011110111010101100100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428A81; }

 p { color: rgb(66,138,129); }

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

<style>
 a { background-color: #428A81; }

 a { background-color: rgb(66,138,129); }

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

<style>
 span { border-color: #428A81; }

 span { border-color: rgb(66,138,129); }

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