#355A60

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

Shades of Casal #355A60

Tints of Casal #355A60

Color information

#355A60 (or 0x355A60) is unknown color: approx Casal. HEX triplet: 35, 5A and 60. RGB value is (53,90,96). Sum of RGB (Red+Green+Blue) = 53+90+96=239 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.18% from 239); Green value is 90 (35.55% from 255 or 37.66% from 239); Blue value is 96 (37.89% from 255 or 40.17% from 239); Max value from RGB is 96 - color contains mainly: blue. Hex color #355A60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355A60 is #CAA59F. Grayscale: #4F4F4F. Windows color (decimal): -13280672 or 6314549. OLE color: 6314549.

HSL color Cylindrical-coordinate representation of color #355A60: hue angle of 188.37º 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 #355A60 is Cyan = 0.45, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB539096-
CMYK0.450.0600.62
HSL188.37º28.86%29.22%-
HSV(B)188.37º44.79%37.65%-
XYZ7.248.9112.41-
YUV79.62137.24109.01-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.18%
GREEN value IS 90 (35.55% from 255) = 37.66%
BLUE value IS 96 (37.89% from 255) = 40.17%
R=22.18%
G=37.66%
B=40.17%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5390960.450.0600.62188.3728.8629.22
Hex355A602D603Ebc1d1d
Octal651321405560762743535
Binary110101101101011000001011011100111110101111001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355A60; }

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

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

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

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

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

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

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

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