#355863

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

Shades of Casal #355863

Tints of Casal #355863

Color information

#355863 (or 0x355863) is unknown color: approx Casal. HEX triplet: 35, 58 and 63. RGB value is (53,88,99). Sum of RGB (Red+Green+Blue) = 53+88+99=240 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.08% from 240); Green value is 88 (34.77% from 255 or 36.67% from 240); Blue value is 99 (39.06% from 255 or 41.25% from 240); Max value from RGB is 99 - color contains mainly: blue. Hex color #355863 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355863 is #CAA79C. Grayscale: #4E4E4E. Windows color (decimal): -13281181 or 6510645. OLE color: 6510645.

HSL color Cylindrical-coordinate representation of color #355863: hue angle of 194.35º 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 #355863 is Cyan = 0.46, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB538899-
CMYK0.460.1100.61
HSL194.35º30.26%29.8%-
HSV(B)194.35º46.46%38.82%-
XYZ7.218.6413.09-
YUV78.79139.4109.61-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.08%
GREEN value IS 88 (34.77% from 255) = 36.67%
BLUE value IS 99 (39.06% from 255) = 41.25%
R=22.08%
G=36.67%
B=41.25%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5388990.460.1100.61194.3530.2629.8
Hex3558632EB03Dc21e1e
Octal6513014356130753023636
Binary1101011011000110001110111010110111101110000101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355863; }

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

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

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

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

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

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

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

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