#355960

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

Shades of Casal #355960

Tints of Casal #355960

Color information

#355960 (or 0x355960) is unknown color: approx Casal. HEX triplet: 35, 59 and 60. RGB value is (53,89,96). Sum of RGB (Red+Green+Blue) = 53+89+96=238 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.27% from 238); Green value is 89 (35.16% from 255 or 37.39% from 238); Blue value is 96 (37.89% from 255 or 40.34% from 238); Max value from RGB is 96 - color contains mainly: blue. Hex color #355960 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355960 is #CAA69F. Grayscale: #4E4E4E. Windows color (decimal): -13280928 or 6314293. OLE color: 6314293.

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

Color convert

RGB538996-
CMYK0.450.0700.62
HSL189.77º28.86%29.22%-
HSV(B)189.77º44.79%37.65%-
XYZ7.158.7512.38-
YUV79.03137.57109.43-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.27%
GREEN value IS 89 (35.16% from 255) = 37.39%
BLUE value IS 96 (37.89% from 255) = 40.34%
R=22.27%
G=37.39%
B=40.34%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5389960.450.0700.62189.7728.8629.22
Hex3559602D703Ebe1d1d
Octal651311405570762763535
Binary110101101100111000001011011110111110101111101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355960; }

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

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

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

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

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

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

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

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