#429989

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

Shades of Lochinvar #429989

Tints of Lochinvar #429989

Color information

#429989 (or 0x429989) is unknown color: approx Lochinvar. HEX triplet: 42, 99 and 89. RGB value is (66,153,137). Sum of RGB (Red+Green+Blue) = 66+153+137=356 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.54% from 356); Green value is 153 (60.16% from 255 or 42.98% from 356); Blue value is 137 (53.91% from 255 or 38.48% from 356); Max value from RGB is 153 - color contains mainly: green. Hex color #429989 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429989 is #BD6676. Grayscale: #7D7D7D. Windows color (decimal): -12412535 or 9017666. OLE color: 9017666.

HSL color Cylindrical-coordinate representation of color #429989: hue angle of 168.97º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #429989 is Cyan = 0.57, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.4.

Color convert

RGB66153137-
CMYK0.5700.100.4
HSL168.97º39.73%42.94%-
HSV(B)168.97º56.86%60%-
XYZ18.1525.7527.68-
YUV125.16134.6885.8-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.54%
GREEN value IS 153 (60.16% from 255) = 42.98%
BLUE value IS 137 (53.91% from 255) = 38.48%
R=18.54%
G=42.98%
B=38.48%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal661531370.5700.100.4168.9739.7342.94
Hex429989390A28a9282b
Octal10223121171012502515053
Binary100001010011001100010011110010101010100010101001101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429989; }

 p { color: rgb(66,153,137); }

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

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

 a { background-color: rgb(66,153,137); }

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

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

 span { border-color: rgb(66,153,137); }

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