#335563

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

Shades of Casal #335563

Tints of Casal #335563

Color information

#335563 (or 0x335563) is unknown color: approx Casal. HEX triplet: 33, 55 and 63. RGB value is (51,85,99). Sum of RGB (Red+Green+Blue) = 51+85+99=235 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.70% from 235); Green value is 85 (33.59% from 255 or 36.17% from 235); Blue value is 99 (39.06% from 255 or 42.13% from 235); Max value from RGB is 99 - color contains mainly: blue. Hex color #335563 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335563 is #CCAA9C. Grayscale: #4C4C4C. Windows color (decimal): -13413021 or 6509875. OLE color: 6509875.

HSL color Cylindrical-coordinate representation of color #335563: hue angle of 197.5º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #335563 is Cyan = 0.48, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB518599-
CMYK0.480.1400.61
HSL197.5º32%29.41%-
HSV(B)197.5º48.48%38.82%-
XYZ6.878.113.01-
YUV76.43140.74109.86-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.70%
GREEN value IS 85 (33.59% from 255) = 36.17%
BLUE value IS 99 (39.06% from 255) = 42.13%
R=21.70%
G=36.17%
B=42.13%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5185990.480.1400.61197.53229.41
Hex33556330E03Dc6201d
Octal6312514360160753064035
Binary11001110101011100011110000111001111011100011010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335563; }

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

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

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

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

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

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

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

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