#355760

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

Shades of Casal #355760

Tints of Casal #355760

Color information

#355760 (or 0x355760) is unknown color: approx Casal. HEX triplet: 35, 57 and 60. RGB value is (53,87,96). Sum of RGB (Red+Green+Blue) = 53+87+96=236 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.46% from 236); Green value is 87 (34.38% from 255 or 36.86% from 236); Blue value is 96 (37.89% from 255 or 40.68% from 236); Max value from RGB is 96 - color contains mainly: blue. Hex color #355760 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355760 is #CAA89F. Grayscale: #4D4D4D. Windows color (decimal): -13281440 or 6313781. OLE color: 6313781.

HSL color Cylindrical-coordinate representation of color #355760: hue angle of 192.56º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #355760 is Cyan = 0.45, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB538796-
CMYK0.450.0900.62
HSL192.56º28.86%29.22%-
HSV(B)192.56º44.79%37.65%-
XYZ6.998.4212.32-
YUV77.86138.24110.27-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.46%
GREEN value IS 87 (34.38% from 255) = 36.86%
BLUE value IS 96 (37.89% from 255) = 40.68%
R=22.46%
G=36.86%
B=40.68%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5387960.450.0900.62192.5628.8629.22
Hex3557602D903Ec11d1d
Octal6512714055110763013535
Binary1101011010111110000010110110010111110110000011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355760; }

 p { color: rgb(53,87,96); }

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

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

 a { background-color: rgb(53,87,96); }

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

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

 span { border-color: rgb(53,87,96); }

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