#355663

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

Shades of Casal #355663

Tints of Casal #355663

Color information

#355663 (or 0x355663) is unknown color: approx Casal. HEX triplet: 35, 56 and 63. RGB value is (53,86,99). Sum of RGB (Red+Green+Blue) = 53+86+99=238 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.27% from 238); Green value is 86 (33.98% from 255 or 36.13% from 238); Blue value is 99 (39.06% from 255 or 41.60% from 238); Max value from RGB is 99 - color contains mainly: blue. Hex color #355663 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355663 is #CAA99C. Grayscale: #4D4D4D. Windows color (decimal): -13281693 or 6510133. OLE color: 6510133.

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

Color convert

RGB538699-
CMYK0.460.1300.61
HSL196.96º30.26%29.8%-
HSV(B)196.96º46.46%38.82%-
XYZ7.058.3113.04-
YUV77.61140.07110.44-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.27%
GREEN value IS 86 (33.98% from 255) = 36.13%
BLUE value IS 99 (39.06% from 255) = 41.60%
R=22.27%
G=36.13%
B=41.60%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5386990.460.1300.61196.9630.2629.8
Hex3556632ED03Dc51e1e
Octal6512614356150753053636
Binary1101011010110110001110111011010111101110001011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355663; }

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

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

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

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

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

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

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

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