#335553

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

Shades of Blue Dianne #335553

Tints of Blue Dianne #335553

Color information

#335553 (or 0x335553) is unknown color: approx Blue Dianne. HEX triplet: 33, 55 and 53. RGB value is (51,85,83). Sum of RGB (Red+Green+Blue) = 51+85+83=219 (29% of max value = 765). Red value is 51 (20.31% from 255 or 23.29% from 219); Green value is 85 (33.59% from 255 or 38.81% from 219); Blue value is 83 (32.81% from 255 or 37.90% from 219); Max value from RGB is 85 - color contains mainly: green. Hex color #335553 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335553 is #CCAAAC. Grayscale: #4A4A4A. Windows color (decimal): -13413037 or 5461299. OLE color: 5461299.

HSL color Cylindrical-coordinate representation of color #335553: hue angle of 176.47º 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 #335553 is Cyan = 0.40, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.67.

Color convert

RGB518583-
CMYK0.4000.020.67
HSL176.47º25%26.67%-
HSV(B)176.47º40%33.33%-
XYZ6.187.839.37-
YUV74.61132.74111.16-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.29%
GREEN value IS 85 (33.59% from 255) = 38.81%
BLUE value IS 83 (32.81% from 255) = 37.90%
R=23.29%
G=38.81%
B=37.90%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5185830.4000.020.67176.472526.67
Hex335553280243b0191b
Octal6312512350021032603133
Binary110011101010110100111010000101000011101100001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335553; }

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

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

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

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

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

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

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

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