#32534E

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

Shades of Blue Dianne #32534E

Tints of Blue Dianne #32534E

Color information

#32534E (or 0x32534E) is unknown color: approx Blue Dianne. HEX triplet: 32, 53 and 4E. RGB value is (50,83,78). Sum of RGB (Red+Green+Blue) = 50+83+78=211 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.70% from 211); Green value is 83 (32.81% from 255 or 39.34% from 211); Blue value is 78 (30.86% from 255 or 36.97% from 211); Max value from RGB is 83 - color contains mainly: green. Hex color #32534E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32534E is #CDACB1. Grayscale: #484848. Windows color (decimal): -13479090 or 5133106. OLE color: 5133106.

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

Color convert

RGB508378-
CMYK0.4000.060.67
HSL170.91º24.81%26.08%-
HSV(B)170.91º39.76%32.55%-
XYZ5.787.418.33-
YUV72.56131.07111.91-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.70%
GREEN value IS 83 (32.81% from 255) = 39.34%
BLUE value IS 78 (30.86% from 255) = 36.97%
R=23.70%
G=39.34%
B=36.97%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5083780.4000.060.67170.9124.8126.08
Hex32534E280643ab191a
Octal6212311650061032533132
Binary1100101010011100111010100001101000011101010111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32534E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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