#355553

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

Shades of Blue Dianne #355553

Tints of Blue Dianne #355553

Color information

#355553 (or 0x355553) is unknown color: approx Blue Dianne. HEX triplet: 35, 55 and 53. RGB value is (53,85,83). Sum of RGB (Red+Green+Blue) = 53+85+83=221 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.98% from 221); Green value is 85 (33.59% from 255 or 38.46% from 221); Blue value is 83 (32.81% from 255 or 37.56% from 221); Max value from RGB is 85 - color contains mainly: green. Hex color #355553 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355553 is #CAAAAC. Grayscale: #4B4B4B. Windows color (decimal): -13281965 or 5461301. OLE color: 5461301.

HSL color Cylindrical-coordinate representation of color #355553: hue angle of 176.25º degrees, saturation: 0.23, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #355553 is Cyan = 0.38, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.67.

Color convert

RGB538583-
CMYK0.3800.020.67
HSL176.25º23.19%27.06%-
HSV(B)176.25º37.65%33.33%-
XYZ6.287.889.37-
YUV75.2132.4112.16-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.98%
GREEN value IS 85 (33.59% from 255) = 38.46%
BLUE value IS 83 (32.81% from 255) = 37.56%
R=23.98%
G=38.46%
B=37.56%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5385830.3800.020.67176.2523.1927.06
Hex355553260243b0171b
Octal6512512346021032602733
Binary110101101010110100111001100101000011101100001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355553; }

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

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

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

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

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

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

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

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