#429088

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

Shades of Lochinvar #429088

Tints of Lochinvar #429088

Color information

#429088 (or 0x429088) is unknown color: approx Lochinvar. HEX triplet: 42, 90 and 88. RGB value is (66,144,136). Sum of RGB (Red+Green+Blue) = 66+144+136=346 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.08% from 346); Green value is 144 (56.64% from 255 or 41.62% from 346); Blue value is 136 (53.52% from 255 or 39.31% from 346); Max value from RGB is 144 - color contains mainly: green. Hex color #429088 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429088 is #BD6F77. Grayscale: #777777. Windows color (decimal): -12414840 or 8949826. OLE color: 8949826.

HSL color Cylindrical-coordinate representation of color #429088: hue angle of 173.85º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #429088 is Cyan = 0.54, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.

Color convert

RGB66144136-
CMYK0.5400.060.44
HSL173.85º37.14%41.18%-
HSV(B)173.85º54.17%56.47%-
XYZ16.6622.8826.83-
YUV119.77137.1689.65-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.08%
GREEN value IS 144 (56.64% from 255) = 41.62%
BLUE value IS 136 (53.52% from 255) = 39.31%
R=19.08%
G=41.62%
B=39.31%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal661441360.5400.060.44173.8537.1441.18
Hex42908836062Cae2529
Octal1022202106606542564551
Binary10000101001000010001000110110011010110010101110100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429088; }

 p { color: rgb(66,144,136); }

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

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

 a { background-color: rgb(66,144,136); }

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

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

 span { border-color: rgb(66,144,136); }

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