#35575D

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

Shades of Casal #35575D

Tints of Casal #35575D

Color information

#35575D (or 0x35575D) is unknown color: approx Casal. HEX triplet: 35, 57 and 5D. RGB value is (53,87,93). Sum of RGB (Red+Green+Blue) = 53+87+93=233 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.75% from 233); Green value is 87 (34.38% from 255 or 37.34% from 233); Blue value is 93 (36.72% from 255 or 39.91% from 233); Max value from RGB is 93 - color contains mainly: blue. Hex color #35575D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35575D is #CAA8A2. Grayscale: #4D4D4D. Windows color (decimal): -13281443 or 6117173. OLE color: 6117173.

HSL color Cylindrical-coordinate representation of color #35575D: hue angle of 189º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #35575D is Cyan = 0.43, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB538793-
CMYK0.430.0600.64
HSL189º27.4%28.63%-
HSV(B)189º43.01%36.47%-
XYZ6.858.3611.61-
YUV77.52136.74110.51-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.75%
GREEN value IS 87 (34.38% from 255) = 37.34%
BLUE value IS 93 (36.72% from 255) = 39.91%
R=22.75%
G=37.34%
B=39.91%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5387930.430.0600.6418927.428.63
Hex35575D2B6040bd1b1d
Octal6512713553601002753335
Binary1101011010111101110110101111001000000101111011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35575D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35575D; }

 p { color: rgb(53,87,93); }

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

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

 a { background-color: rgb(53,87,93); }

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

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

 span { border-color: rgb(53,87,93); }

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