#36575D

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

Shades of Casal #36575D

Tints of Casal #36575D

Color information

#36575D (or 0x36575D) is unknown color: approx Casal. HEX triplet: 36, 57 and 5D. RGB value is (54,87,93). Sum of RGB (Red+Green+Blue) = 54+87+93=234 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.08% from 234); Green value is 87 (34.38% from 255 or 37.18% from 234); Blue value is 93 (36.72% from 255 or 39.74% from 234); Max value from RGB is 93 - color contains mainly: blue. Hex color #36575D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36575D is #C9A8A2. Grayscale: #4D4D4D. Windows color (decimal): -13215907 or 6117174. OLE color: 6117174.

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

Color convert

RGB548793-
CMYK0.420.0600.64
HSL189.23º26.53%28.82%-
HSV(B)189.23º41.94%36.47%-
XYZ6.918.3911.61-
YUV77.82136.57111.01-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.08%
GREEN value IS 87 (34.38% from 255) = 37.18%
BLUE value IS 93 (36.72% from 255) = 39.74%
R=23.08%
G=37.18%
B=39.74%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5487930.420.0600.64189.2326.5328.82
Hex36575D2A6040bd1b1d
Octal6612713552601002753335
Binary1101101010111101110110101011001000000101111011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36575D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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