#28554E

Color #28554E Blue Dianne (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Dianne #28554E

Tints of Blue Dianne #28554E

Color information

#28554E (or 0x28554E) is unknown color: approx Blue Dianne. HEX triplet: 28, 55 and 4E. RGB value is (40,85,78). Sum of RGB (Red+Green+Blue) = 40+85+78=203 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.70% from 203); Green value is 85 (33.59% from 255 or 41.87% from 203); Blue value is 78 (30.86% from 255 or 38.42% from 203); Max value from RGB is 85 - color contains mainly: green. Hex color #28554E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28554E is #D7AAB1. Grayscale: #464646. Windows color (decimal): -14133938 or 5133608. OLE color: 5133608.

HSL color Cylindrical-coordinate representation of color #28554E: hue angle of 170.67º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #28554E is Cyan = 0.53, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.67.

Color convert

RGB408578-
CMYK0.5300.080.67
HSL170.67º36%24.51%-
HSV(B)170.67º52.94%33.33%-
XYZ5.57.58.37-
YUV70.75132.09106.07-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.70%
GREEN value IS 85 (33.59% from 255) = 41.87%
BLUE value IS 78 (30.86% from 255) = 38.42%
R=19.70%
G=41.87%
B=38.42%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4085780.5300.080.67170.673624.51
Hex28554E350843ab2419
Octal50125116650101032534431
Binary101000101010110011101101010100010000111010101110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28554E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28554E; }

 p { color: rgb(40,85,78); }

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

<style>
 a { background-color: #28554E; }

 a { background-color: rgb(40,85,78); }

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

<style>
 span { border-color: #28554E; }

 span { border-color: rgb(40,85,78); }

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