#355059

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

Shades of Casal #355059

Tints of Casal #355059

Color information

#355059 (or 0x355059) is unknown color: approx Casal. HEX triplet: 35, 50 and 59. RGB value is (53,80,89). Sum of RGB (Red+Green+Blue) = 53+80+89=222 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.87% from 222); Green value is 80 (31.64% from 255 or 36.04% from 222); Blue value is 89 (35.16% from 255 or 40.09% from 222); Max value from RGB is 89 - color contains mainly: blue. Hex color #355059 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355059 is #CAAFA6. Grayscale: #484848. Windows color (decimal): -13283239 or 5853237. OLE color: 5853237.

HSL color Cylindrical-coordinate representation of color #355059: hue angle of 195º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #355059 is Cyan = 0.40, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB538089-
CMYK0.400.1000.65
HSL195º25.35%27.84%-
HSV(B)195º40.45%34.9%-
XYZ6.147.2210.52-
YUV72.95137.05113.77-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.87%
GREEN value IS 80 (31.64% from 255) = 36.04%
BLUE value IS 89 (35.16% from 255) = 40.09%
R=23.87%
G=36.04%
B=40.09%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5380890.400.1000.6519525.3527.84
Hex35505928A041c3191c
Octal65120131501201013033134
Binary11010110100001011001101000101001000001110000111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355059; }

 p { color: rgb(53,80,89); }

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

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

 a { background-color: rgb(53,80,89); }

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

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

 span { border-color: rgb(53,80,89); }

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