#33534C

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

Shades of Blue Dianne #33534C

Tints of Blue Dianne #33534C

Color information

#33534C (or 0x33534C) is unknown color: approx Blue Dianne. HEX triplet: 33, 53 and 4C. RGB value is (51,83,76). Sum of RGB (Red+Green+Blue) = 51+83+76=210 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.29% from 210); Green value is 83 (32.81% from 255 or 39.52% from 210); Blue value is 76 (30.08% from 255 or 36.19% from 210); Max value from RGB is 83 - color contains mainly: green. Hex color #33534C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33534C is #CCACB3. Grayscale: #484848. Windows color (decimal): -13413556 or 5002035. OLE color: 5002035.

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

Color convert

RGB518376-
CMYK0.3900.080.67
HSL166.88º23.88%26.27%-
HSV(B)166.88º38.55%32.55%-
XYZ5.767.417.96-
YUV72.63129.9112.57-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 24.29%
GREEN value IS 83 (32.81% from 255) = 39.52%
BLUE value IS 76 (30.08% from 255) = 36.19%
R=24.29%
G=39.52%
B=36.19%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5183760.3900.080.67166.8823.8826.27
Hex33534C270843a7181a
Octal63123114470101032473032
Binary11001110100111001100100111010001000011101001111100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33534C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33534C; }

 p { color: rgb(51,83,76); }

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

<style>
 a { background-color: #33534C; }

 a { background-color: rgb(51,83,76); }

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

<style>
 span { border-color: #33534C; }

 span { border-color: rgb(51,83,76); }

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