#28554F

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

Shades of Blue Dianne #28554F

Tints of Blue Dianne #28554F

Color information

#28554F (or 0x28554F) is unknown color: approx Blue Dianne. HEX triplet: 28, 55 and 4F. RGB value is (40,85,79). Sum of RGB (Red+Green+Blue) = 40+85+79=204 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.61% from 204); Green value is 85 (33.59% from 255 or 41.67% from 204); Blue value is 79 (31.25% from 255 or 38.73% from 204); Max value from RGB is 85 - color contains mainly: green. Hex color #28554F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28554F is #D7AAB0. Grayscale: #464646. Windows color (decimal): -14133937 or 5199144. OLE color: 5199144.

HSL color Cylindrical-coordinate representation of color #28554F: hue angle of 172º 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 #28554F is Cyan = 0.53, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.67.

Color convert

RGB408579-
CMYK0.5300.070.67
HSL172º36%24.51%-
HSV(B)172º52.94%33.33%-
XYZ5.537.518.56-
YUV70.86132.59105.99-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.61%
GREEN value IS 85 (33.59% from 255) = 41.67%
BLUE value IS 79 (31.25% from 255) = 38.73%
R=19.61%
G=41.67%
B=38.73%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4085790.5300.070.671723624.51
Hex28554F350743ac2419
Octal5012511765071032544431
Binary10100010101011001111110101011110000111010110010010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28554F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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