Html Css Color HEX #428C86 Lochinvar

📋 copy color: '#428C86'

red 66 ◦ green 140 ◦ blue 134

#428C86
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lochinvar #428C86

Tints of Lochinvar #428C86

RGB

 RED value IS 66 (26.17% from 255) = 19.41%

 GREEN value IS 140 (55.08% from 255) = 41.18%

 BLUE value IS 134 (52.73% from 255) = 39.41%

R = 19.41%
G = 41.18%
B = 39.41%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.04

 K value IS 0.45

RGB Variations

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

Color information

#428C86 (or 0x428C86) is known color: Lochinvar. HEX triplet: 42, 8C and 86. RGB value is (66,140,134). Sum of RGB (Red+Green+Blue) = 66+140+134=340 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.41% from 340); Green value is 140 (55.08% from 255 or 41.18% from 340); Blue value is 134 (52.73% from 255 or 39.41% from 340); Max value from RGB is 140 - color contains mainly: green. Hex color #428C86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428C86 is #BD7379. Grayscale: #757575. Windows color (decimal): -12415866 or 8817730. OLE color: 8817730.

HSL color Cylindrical-coordinate representation of color #428C86: hue angle of 175.14º 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 #428C86 is Cyan = 0.53, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB 66 140 134 -
CMYK 0.53 0 0.04 0.45
HSL 175.14º 0.36% 0.4% -
HSV(B) 175.14º 0.53% 0.55% -
XYZ 15.93 21.64 25.89 -
YUV 117.19 137.48 91.49 -
System Red Green Blue C M Y K H S L
Decimal 66 140 134 0.53 0 0.04 0.45 175.14 0.36 0.4
Hex 42 8C 86 35 0 4 2D AF 24 28
Octal 102 214 206 65 0 4 55 257 44 50
Binary 1000010 10001100 10000110 110101 0 100 101101 10101111 100100 101000

Color Harmonies of #428C86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428C86

Black with #428C86

Text Example


Text Example

White with #428C86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,140,134); }

 H1.HeaderClassName
 {
   color: #428C86;
 }
 .AnyTagClassName
 {
   color: #428C86;
 }
</style>

background-color css

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

 a { background-color: rgb(66,140,134); }

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

border-color css

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

 span { border-color: rgb(66,140,134); }

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