#355583

Color #355583 St Tropaz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of St Tropaz #355583

Tints of St Tropaz #355583

Color information

#355583 (or 0x355583) is unknown color: approx St Tropaz. HEX triplet: 35, 55 and 83. RGB value is (53,85,131). Sum of RGB (Red+Green+Blue) = 53+85+131=269 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.70% from 269); Green value is 85 (33.59% from 255 or 31.60% from 269); Blue value is 131 (51.56% from 255 or 48.70% from 269); Max value from RGB is 131 - color contains mainly: blue. Hex color #355583 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355583 is #CAAA7C. Grayscale: #505050. Windows color (decimal): -13281917 or 8607029. OLE color: 8607029.

HSL color Cylindrical-coordinate representation of color #355583: hue angle of 215.38º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #355583 is Cyan = 0.60, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5385131-
CMYK0.600.3500.49
HSL215.38º42.39%36.08%-
HSV(B)215.38º59.54%51.37%-
XYZ8.818.8922.72-
YUV80.68156.4108.26-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.70%
GREEN value IS 85 (33.59% from 255) = 31.60%
BLUE value IS 131 (51.56% from 255) = 48.70%
R=19.70%
G=31.60%
B=48.70%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal53851310.600.3500.49215.3842.3936.08
Hex3555833C23031d72a24
Octal6512520374430613275244
Binary110101101010110000011111100100011011000111010111101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355583; }

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

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

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

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

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

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

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

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