Html Css Color HEX #428E87 Lochinvar

📋 copy color: '#428E87'

red 66 ◦ green 142 ◦ blue 135

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

Shades of Lochinvar #428E87

Tints of Lochinvar #428E87

RGB

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

 GREEN value IS 142 (55.86% from 255) = 41.4%

 BLUE value IS 135 (53.13% from 255) = 39.36%

R = 19.24%
G = 41.4%
B = 39.36%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.05

 K value IS 0.44

RGB Variations

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

Color information

#428E87 (or 0x428E87) is known color: Lochinvar. HEX triplet: 42, 8E and 87. RGB value is (66,142,135). Sum of RGB (Red+Green+Blue) = 66+142+135=343 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.24% from 343); Green value is 142 (55.86% from 255 or 41.40% from 343); Blue value is 135 (53.12% from 255 or 39.36% from 343); Max value from RGB is 142 - color contains mainly: green. Hex color #428E87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428E87 is #BD7178. Grayscale: #767676. Windows color (decimal): -12415353 or 8883778. OLE color: 8883778.

HSL color Cylindrical-coordinate representation of color #428E87: hue angle of 174.47º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #428E87 is Cyan = 0.54, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.44.

Color convert

RGB 66 142 135 -
CMYK 0.54 0 0.05 0.44
HSL 174.47º 0.37% 0.41% -
HSV(B) 174.47º 0.54% 0.56% -
XYZ 16.29 22.25 26.36 -
YUV 118.48 137.32 90.57 -
System Red Green Blue C M Y K H S L
Decimal 66 142 135 0.54 0 0.05 0.44 174.47 0.37 0.41
Hex 42 8E 87 36 0 5 2C AE 25 29
Octal 102 216 207 66 0 5 54 256 45 51
Binary 1000010 10001110 10000111 110110 0 101 101100 10101110 100101 101001

Color Harmonies of #428E87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428E87

Black with #428E87

Text Example


Text Example

White with #428E87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,142,135); }

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

background-color css

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

 a { background-color: rgb(66,142,135); }

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

border-color css

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

 span { border-color: rgb(66,142,135); }

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