#355B63

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

Shades of Casal #355B63

Tints of Casal #355B63

Color information

#355B63 (or 0x355B63) is unknown color: approx Casal. HEX triplet: 35, 5B and 63. RGB value is (53,91,99). Sum of RGB (Red+Green+Blue) = 53+91+99=243 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.81% from 243); Green value is 91 (35.94% from 255 or 37.45% from 243); Blue value is 99 (39.06% from 255 or 40.74% from 243); Max value from RGB is 99 - color contains mainly: blue. Hex color #355B63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355B63 is #CAA49C. Grayscale: #505050. Windows color (decimal): -13280413 or 6511413. OLE color: 6511413.

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

Color convert

RGB539199-
CMYK0.460.0800.61
HSL190.43º30.26%29.8%-
HSV(B)190.43º46.46%38.82%-
XYZ7.469.1413.18-
YUV80.55138.41108.35-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.81%
GREEN value IS 91 (35.94% from 255) = 37.45%
BLUE value IS 99 (39.06% from 255) = 40.74%
R=21.81%
G=37.45%
B=40.74%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5391990.460.0800.61190.4330.2629.8
Hex355B632E803Dbe1e1e
Octal6513314356100752763636
Binary1101011011011110001110111010000111101101111101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355B63; }

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

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

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

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

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

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

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

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