#355963

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

Shades of Casal #355963

Tints of Casal #355963

Color information

#355963 (or 0x355963) is unknown color: approx Casal. HEX triplet: 35, 59 and 63. RGB value is (53,89,99). Sum of RGB (Red+Green+Blue) = 53+89+99=241 (31% of max value = 765). Red value is 53 (21.09% from 255 or 21.99% from 241); Green value is 89 (35.16% from 255 or 36.93% from 241); Blue value is 99 (39.06% from 255 or 41.08% from 241); Max value from RGB is 99 - color contains mainly: blue. Hex color #355963 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355963 is #CAA69C. Grayscale: #4F4F4F. Windows color (decimal): -13280925 or 6510901. OLE color: 6510901.

HSL color Cylindrical-coordinate representation of color #355963: hue angle of 193.04º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #355963 is Cyan = 0.46, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB538999-
CMYK0.460.1000.61
HSL193.04º30.26%29.8%-
HSV(B)193.04º46.46%38.82%-
XYZ7.298.813.12-
YUV79.38139.07109.19-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.99%
GREEN value IS 89 (35.16% from 255) = 36.93%
BLUE value IS 99 (39.06% from 255) = 41.08%
R=21.99%
G=36.93%
B=41.08%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5389990.460.1000.61193.0430.2629.8
Hex3559632EA03Dc11e1e
Octal6513114356120753013636
Binary1101011011001110001110111010100111101110000011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355963; }

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

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

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

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

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

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

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

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