#355259

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

Shades of Casal #355259

Tints of Casal #355259

Color information

#355259 (or 0x355259) is unknown color: approx Casal. HEX triplet: 35, 52 and 59. RGB value is (53,82,89). Sum of RGB (Red+Green+Blue) = 53+82+89=224 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.66% from 224); Green value is 82 (32.42% from 255 or 36.61% from 224); Blue value is 89 (35.16% from 255 or 39.73% from 224); Max value from RGB is 89 - color contains mainly: blue. Hex color #355259 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355259 is #CAADA6. Grayscale: #4A4A4A. Windows color (decimal): -13282727 or 5853749. OLE color: 5853749.

HSL color Cylindrical-coordinate representation of color #355259: hue angle of 191.67º 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 #355259 is Cyan = 0.40, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB538289-
CMYK0.400.0800.65
HSL191.67º25.35%27.84%-
HSV(B)191.67º40.45%34.9%-
XYZ6.297.5110.57-
YUV74.13136.39112.93-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.66%
GREEN value IS 82 (32.42% from 255) = 36.61%
BLUE value IS 89 (35.16% from 255) = 39.73%
R=23.66%
G=36.61%
B=39.73%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5382890.400.0800.65191.6725.3527.84
Hex355259288041c0191c
Octal65122131501001013003134
Binary11010110100101011001101000100001000001110000001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355259; }

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

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

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

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

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

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

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

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