#335560

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

Shades of Casal #335560

Tints of Casal #335560

Color information

#335560 (or 0x335560) is unknown color: approx Casal. HEX triplet: 33, 55 and 60. RGB value is (51,85,96). Sum of RGB (Red+Green+Blue) = 51+85+96=232 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.98% from 232); Green value is 85 (33.59% from 255 or 36.64% from 232); Blue value is 96 (37.89% from 255 or 41.38% from 232); Max value from RGB is 96 - color contains mainly: blue. Hex color #335560 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335560 is #CCAA9F. Grayscale: #4C4C4C. Windows color (decimal): -13413024 or 6313267. OLE color: 6313267.

HSL color Cylindrical-coordinate representation of color #335560: hue angle of 194.67º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #335560 is Cyan = 0.47, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB518596-
CMYK0.470.1100.62
HSL194.67º30.61%28.82%-
HSV(B)194.67º46.88%37.65%-
XYZ6.738.0512.26-
YUV76.09139.24110.11-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.98%
GREEN value IS 85 (33.59% from 255) = 36.64%
BLUE value IS 96 (37.89% from 255) = 41.38%
R=21.98%
G=36.64%
B=41.38%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5185960.470.1100.62194.6730.6128.82
Hex3355602FB03Ec31f1d
Octal6312514057130763033735
Binary1100111010101110000010111110110111110110000111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335560; }

 p { color: rgb(51,85,96); }

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

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

 a { background-color: rgb(51,85,96); }

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

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

 span { border-color: rgb(51,85,96); }

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