#428B81

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

Shades of Lochinvar #428B81

Tints of Lochinvar #428B81

Color information

#428B81 (or 0x428B81) is unknown color: approx Lochinvar. HEX triplet: 42, 8B and 81. RGB value is (66,139,129). Sum of RGB (Red+Green+Blue) = 66+139+129=334 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.76% from 334); Green value is 139 (54.69% from 255 or 41.62% from 334); Blue value is 129 (50.78% from 255 or 38.62% from 334); Max value from RGB is 139 - color contains mainly: green. Hex color #428B81 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428B81 is #BD747E. Grayscale: #737373. Windows color (decimal): -12416127 or 8489794. OLE color: 8489794.

HSL color Cylindrical-coordinate representation of color #428B81: hue angle of 171.78º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #428B81 is Cyan = 0.53, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.45.

Color convert

RGB66139129-
CMYK0.5300.070.45
HSL171.78º35.61%40.2%-
HSV(B)171.78º52.52%54.51%-
XYZ15.4421.2124.05-
YUV116.03135.3292.31-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.76%
GREEN value IS 139 (54.69% from 255) = 41.62%
BLUE value IS 129 (50.78% from 255) = 38.62%
R=19.76%
G=41.62%
B=38.62%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal661391290.5300.070.45171.7835.6140.2
Hex428B8135072Dac2428
Octal1022132016507552544450
Binary10000101000101110000001110101011110110110101100100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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