Html Css Color HEX #428A85 Lochinvar

📋 copy color: '#428A85'

red 66 ◦ green 138 ◦ blue 133

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

Shades of Lochinvar #428A85

Tints of Lochinvar #428A85

RGB

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

 GREEN value IS 138 (54.3% from 255) = 40.95%

 BLUE value IS 133 (52.34% from 255) = 39.47%

R = 19.58%
G = 40.95%
B = 39.47%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.04

 K value IS 0.46

RGB Variations

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

Color information

#428A85 (or 0x428A85) is known color: Lochinvar. HEX triplet: 42, 8A and 85. RGB value is (66,138,133). Sum of RGB (Red+Green+Blue) = 66+138+133=337 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.58% from 337); Green value is 138 (54.30% from 255 or 40.95% from 337); Blue value is 133 (52.34% from 255 or 39.47% from 337); Max value from RGB is 138 - color contains mainly: green. Hex color #428A85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428A85 is #BD757A. Grayscale: #737373. Windows color (decimal): -12416379 or 8751682. OLE color: 8751682.

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

Color convert

RGB 66 138 133 -
CMYK 0.52 0 0.04 0.46
HSL 175.83º 0.35% 0.4% -
HSV(B) 175.83º 0.52% 0.54% -
XYZ 15.57 21.03 25.43 -
YUV 115.9 137.65 92.41 -
System Red Green Blue C M Y K H S L
Decimal 66 138 133 0.52 0 0.04 0.46 175.83 0.35 0.4
Hex 42 8A 85 34 0 4 2E B0 23 28
Octal 102 212 205 64 0 4 56 260 43 50
Binary 1000010 10001010 10000101 110100 0 100 101110 10110000 100011 101000

Color Harmonies of #428A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428A85

Black with #428A85

Text Example


Text Example

White with #428A85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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