Html Css Color HEX #428F88 Lochinvar

📋 copy color: '#428F88'

red 66 ◦ green 143 ◦ blue 136

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

Shades of Lochinvar #428F88

Tints of Lochinvar #428F88

RGB

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

 GREEN value IS 143 (56.25% from 255) = 41.45%

 BLUE value IS 136 (53.52% from 255) = 39.42%

R = 19.13%
G = 41.45%
B = 39.42%

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

#428F88 (or 0x428F88) is known color: Lochinvar. HEX triplet: 42, 8F and 88. RGB value is (66,143,136). Sum of RGB (Red+Green+Blue) = 66+143+136=345 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.13% from 345); Green value is 143 (56.25% from 255 or 41.45% from 345); Blue value is 136 (53.52% from 255 or 39.42% from 345); Max value from RGB is 143 - color contains mainly: green. Hex color #428F88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428F88 is #BD7077. Grayscale: #777777. Windows color (decimal): -12415096 or 8949570. OLE color: 8949570.

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

Color convert

RGB 66 143 136 -
CMYK 0.54 0 0.05 0.44
HSL 174.55º 0.37% 0.41% -
HSV(B) 174.55º 0.54% 0.56% -
XYZ 16.51 22.58 26.78 -
YUV 119.18 137.49 90.07 -
System Red Green Blue C M Y K H S L
Decimal 66 143 136 0.54 0 0.05 0.44 174.55 0.37 0.41
Hex 42 8F 88 36 0 5 2C AF 25 29
Octal 102 217 210 66 0 5 54 257 45 51
Binary 1000010 10001111 10001000 110110 0 101 101100 10101111 100101 101001

Color Harmonies of #428F88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428F88

Black with #428F88

Text Example


Text Example

White with #428F88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,143,136); }

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

background-color css

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

 a { background-color: rgb(66,143,136); }

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

border-color css

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

 span { border-color: rgb(66,143,136); }

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