Html Css Color HEX #428D89 Blue Chill

📋 copy color: '#428D89'

red 66 ◦ green 141 ◦ blue 137

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

Shades of Blue Chill #428D89

Tints of Blue Chill #428D89

RGB

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

 GREEN value IS 141 (55.47% from 255) = 40.99%

 BLUE value IS 137 (53.91% from 255) = 39.83%

R = 19.19%
G = 40.99%
B = 39.83%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.03

 K value IS 0.45

RGB Variations

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

Color information

#428D89 (or 0x428D89) is known color: Blue Chill. HEX triplet: 42, 8D and 89. RGB value is (66,141,137). Sum of RGB (Red+Green+Blue) = 66+141+137=344 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.19% from 344); Green value is 141 (55.47% from 255 or 40.99% from 344); Blue value is 137 (53.91% from 255 or 39.83% from 344); Max value from RGB is 141 - color contains mainly: green. Hex color #428D89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428D89 is #BD7276. Grayscale: #767676. Windows color (decimal): -12415607 or 9014594. OLE color: 9014594.

HSL color Cylindrical-coordinate representation of color #428D89: hue angle of 176.8º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #428D89 is Cyan = 0.53, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.45.

Color convert

RGB 66 141 137 -
CMYK 0.53 0 0.03 0.45
HSL 176.8º 0.36% 0.41% -
HSV(B) 176.8º 0.53% 0.55% -
XYZ 16.29 22.01 27.06 -
YUV 118.12 138.65 90.83 -
System Red Green Blue C M Y K H S L
Decimal 66 141 137 0.53 0 0.03 0.45 176.8 0.36 0.41
Hex 42 8D 89 35 0 3 2D B1 24 29
Octal 102 215 211 65 0 3 55 261 44 51
Binary 1000010 10001101 10001001 110101 0 11 101101 10110001 100100 101001

Color Harmonies of #428D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428D89

Black with #428D89

Text Example


Text Example

White with #428D89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,141,137); }

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

background-color css

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

 a { background-color: rgb(66,141,137); }

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

border-color css

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

 span { border-color: rgb(66,141,137); }

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