#428985

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

Shades of Lochinvar #428985

Tints of Lochinvar #428985

Color information

#428985 (or 0x428985) is unknown color: approx Lochinvar. HEX triplet: 42, 89 and 85. RGB value is (66,137,133). Sum of RGB (Red+Green+Blue) = 66+137+133=336 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.64% from 336); Green value is 137 (53.91% from 255 or 40.77% from 336); Blue value is 133 (52.34% from 255 or 39.58% from 336); Max value from RGB is 137 - color contains mainly: green. Hex color #428985 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428985 is #BD767A. Grayscale: #737373. Windows color (decimal): -12416635 or 8751426. OLE color: 8751426.

HSL color Cylindrical-coordinate representation of color #428985: hue angle of 176.62º 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 #428985 is Cyan = 0.52, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.46.

Color convert

RGB66137133-
CMYK0.5200.030.46
HSL176.62º34.98%39.8%-
HSV(B)176.62º51.82%53.73%-
XYZ15.4320.7425.38-
YUV115.32137.9892.83-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.64%
GREEN value IS 137 (53.91% from 255) = 40.77%
BLUE value IS 133 (52.34% from 255) = 39.58%
R=19.64%
G=40.77%
B=39.58%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal661371330.5200.030.46176.6234.9839.8
Hex42898534032Eb12328
Octal1022112056403562614350
Binary1000010100010011000010111010001110111010110001100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428985; }

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

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

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

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

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

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

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

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