#355359

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

Shades of Casal #355359

Tints of Casal #355359

Color information

#355359 (or 0x355359) is unknown color: approx Casal. HEX triplet: 35, 53 and 59. RGB value is (53,83,89). Sum of RGB (Red+Green+Blue) = 53+83+89=225 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.56% from 225); Green value is 83 (32.81% from 255 or 36.89% from 225); Blue value is 89 (35.16% from 255 or 39.56% from 225); Max value from RGB is 89 - color contains mainly: blue. Hex color #355359 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355359 is #CAACA6. Grayscale: #4A4A4A. Windows color (decimal): -13282471 or 5854005. OLE color: 5854005.

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

Color convert

RGB538389-
CMYK0.400.0700.65
HSL190º25.35%27.84%-
HSV(B)190º40.45%34.9%-
XYZ6.367.6610.6-
YUV74.71136.06112.51-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.56%
GREEN value IS 83 (32.81% from 255) = 36.89%
BLUE value IS 89 (35.16% from 255) = 39.56%
R=23.56%
G=36.89%
B=39.56%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5383890.400.0700.6519025.3527.84
Hex355359287041be191c
Octal6512313150701012763134
Binary1101011010011101100110100011101000001101111101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355359; }

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

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

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

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

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

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

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

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