#335550

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

Shades of Blue Dianne #335550

Tints of Blue Dianne #335550

Color information

#335550 (or 0x335550) is unknown color: approx Blue Dianne. HEX triplet: 33, 55 and 50. RGB value is (51,85,80). Sum of RGB (Red+Green+Blue) = 51+85+80=216 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.61% from 216); Green value is 85 (33.59% from 255 or 39.35% from 216); Blue value is 80 (31.64% from 255 or 37.04% from 216); Max value from RGB is 85 - color contains mainly: green. Hex color #335550 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335550 is #CCAAAF. Grayscale: #4A4A4A. Windows color (decimal): -13413040 or 5264691. OLE color: 5264691.

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

Color convert

RGB518580-
CMYK0.4000.060.67
HSL171.18º25%26.67%-
HSV(B)171.18º40%33.33%-
XYZ6.067.788.77-
YUV74.26131.24111.41-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.61%
GREEN value IS 85 (33.59% from 255) = 39.35%
BLUE value IS 80 (31.64% from 255) = 37.04%
R=23.61%
G=39.35%
B=37.04%

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
Decimal5185800.4000.060.67171.182526.67
Hex335550280643ab191b
Octal6312512050061032533133
Binary1100111010101101000010100001101000011101010111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335550; }

 p { color: rgb(51,85,80); }

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

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

 a { background-color: rgb(51,85,80); }

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

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

 span { border-color: rgb(51,85,80); }

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