#32554E

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

Shades of Blue Dianne #32554E

Tints of Blue Dianne #32554E

Color information

#32554E (or 0x32554E) is unknown color: approx Blue Dianne. HEX triplet: 32, 55 and 4E. RGB value is (50,85,78). Sum of RGB (Red+Green+Blue) = 50+85+78=213 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.47% from 213); Green value is 85 (33.59% from 255 or 39.91% from 213); Blue value is 78 (30.86% from 255 or 36.62% from 213); Max value from RGB is 85 - color contains mainly: green. Hex color #32554E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32554E is #CDAAB1. Grayscale: #494949. Windows color (decimal): -13478578 or 5133618. OLE color: 5133618.

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

Color convert

RGB508578-
CMYK0.4100.080.67
HSL168º25.93%26.47%-
HSV(B)168º41.18%33.33%-
XYZ5.947.738.39-
YUV73.74130.4111.07-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.47%
GREEN value IS 85 (33.59% from 255) = 39.91%
BLUE value IS 78 (30.86% from 255) = 36.62%
R=23.47%
G=39.91%
B=36.62%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5085780.4100.080.6716825.9326.47
Hex32554E290843a81a1a
Octal62125116510101032503232
Binary11001010101011001110101001010001000011101010001101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32554E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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