#355B60

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

Shades of Casal #355B60

Tints of Casal #355B60

Color information

#355B60 (or 0x355B60) is unknown color: approx Casal. HEX triplet: 35, 5B and 60. RGB value is (53,91,96). Sum of RGB (Red+Green+Blue) = 53+91+96=240 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.08% from 240); Green value is 91 (35.94% from 255 or 37.92% from 240); Blue value is 96 (37.89% from 255 or 40% from 240); Max value from RGB is 96 - color contains mainly: blue. Hex color #355B60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355B60 is #CAA49F. Grayscale: #505050. Windows color (decimal): -13280416 or 6314805. OLE color: 6314805.

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

Color convert

RGB539196-
CMYK0.450.0500.62
HSL186.98º28.86%29.22%-
HSV(B)186.98º44.79%37.65%-
XYZ7.329.0812.43-
YUV80.21136.91108.59-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.08%
GREEN value IS 91 (35.94% from 255) = 37.92%
BLUE value IS 96 (37.89% from 255) = 40%
R=22.08%
G=37.92%
B=40%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5391960.450.0500.62186.9828.8629.22
Hex355B602D503Ebb1d1d
Octal651331405550762733535
Binary110101101101111000001011011010111110101110111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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