#428A83

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

Shades of Lochinvar #428A83

Tints of Lochinvar #428A83

Color information

#428A83 (or 0x428A83) is unknown color: approx Lochinvar. HEX triplet: 42, 8A and 83. RGB value is (66,138,131). Sum of RGB (Red+Green+Blue) = 66+138+131=335 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.70% from 335); Green value is 138 (54.30% from 255 or 41.19% from 335); Blue value is 131 (51.56% from 255 or 39.10% from 335); Max value from RGB is 138 - color contains mainly: green. Hex color #428A83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428A83 is #BD757C. Grayscale: #737373. Windows color (decimal): -12416381 or 8620610. OLE color: 8620610.

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

Color convert

RGB66138131-
CMYK0.5200.050.46
HSL174.17º35.29%40%-
HSV(B)174.17º52.17%54.12%-
XYZ15.4320.9724.71-
YUV115.67136.6592.57-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.70%
GREEN value IS 138 (54.30% from 255) = 41.19%
BLUE value IS 131 (51.56% from 255) = 39.10%
R=19.70%
G=41.19%
B=39.10%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal661381310.5200.050.46174.1735.2940
Hex428A8334052Eae2328
Octal1022122036405562564350
Binary10000101000101010000011110100010110111010101110100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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