#428B87

Color #428B87 Blue Chill (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Chill #428B87

Tints of Blue Chill #428B87

Color information

#428B87 (or 0x428B87) is unknown color: approx Blue Chill. HEX triplet: 42, 8B and 87. RGB value is (66,139,135). Sum of RGB (Red+Green+Blue) = 66+139+135=340 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.41% from 340); Green value is 139 (54.69% from 255 or 40.88% from 340); Blue value is 135 (53.12% from 255 or 39.71% from 340); Max value from RGB is 139 - color contains mainly: green. Hex color #428B87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428B87 is #BD7478. Grayscale: #747474. Windows color (decimal): -12416121 or 8883010. OLE color: 8883010.

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

Color convert

RGB66139135-
CMYK0.5300.030.45
HSL176.71º35.61%40.2%-
HSV(B)176.71º52.52%54.51%-
XYZ15.8521.3726.21-
YUV116.72138.3291.83-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.41%
GREEN value IS 139 (54.69% from 255) = 40.88%
BLUE value IS 135 (53.12% from 255) = 39.71%
R=19.41%
G=40.88%
B=39.71%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal661391350.5300.030.45176.7135.6140.2
Hex428B8735032Db12428
Octal1022132076503552614450
Binary1000010100010111000011111010101110110110110001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #428B87;
 }
 .AnyTagClassName
 {
   color: #428B87;
 }
</style>
background-color css

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

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

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

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

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

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