#355962

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

Shades of Casal #355962

Tints of Casal #355962

Color information

#355962 (or 0x355962) is unknown color: approx Casal. HEX triplet: 35, 59 and 62. RGB value is (53,89,98). Sum of RGB (Red+Green+Blue) = 53+89+98=240 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.08% from 240); Green value is 89 (35.16% from 255 or 37.08% from 240); Blue value is 98 (38.67% from 255 or 40.83% from 240); Max value from RGB is 98 - color contains mainly: blue. Hex color #355962 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355962 is #CAA69D. Grayscale: #4F4F4F. Windows color (decimal): -13280926 or 6445365. OLE color: 6445365.

HSL color Cylindrical-coordinate representation of color #355962: hue angle of 192º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #355962 is Cyan = 0.46, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB538998-
CMYK0.460.0900.62
HSL192º29.8%29.61%-
HSV(B)192º45.92%38.43%-
XYZ7.258.7812.87-
YUV79.26138.57109.27-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.08%
GREEN value IS 89 (35.16% from 255) = 37.08%
BLUE value IS 98 (38.67% from 255) = 40.83%
R=22.08%
G=37.08%
B=40.83%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5389980.460.0900.6219229.829.61
Hex3559622E903Ec01e1e
Octal6513114256110763003636
Binary1101011011001110001010111010010111110110000001111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355962; }

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

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

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

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

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

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

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

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