#36535D

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

Shades of Casal #36535D

Tints of Casal #36535D

Color information

#36535D (or 0x36535D) is unknown color: approx Casal. HEX triplet: 36, 53 and 5D. RGB value is (54,83,93). Sum of RGB (Red+Green+Blue) = 54+83+93=230 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.48% from 230); Green value is 83 (32.81% from 255 or 36.09% from 230); Blue value is 93 (36.72% from 255 or 40.43% from 230); Max value from RGB is 93 - color contains mainly: blue. Hex color #36535D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36535D is #C9ACA2. Grayscale: #4B4B4B. Windows color (decimal): -13216931 or 6116150. OLE color: 6116150.

HSL color Cylindrical-coordinate representation of color #36535D: hue angle of 195.38º 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 #36535D is Cyan = 0.42, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB548393-
CMYK0.420.1100.64
HSL195.38º26.53%28.82%-
HSV(B)195.38º41.94%36.47%-
XYZ6.597.7611.51-
YUV75.47137.89112.69-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.48%
GREEN value IS 83 (32.81% from 255) = 36.09%
BLUE value IS 93 (36.72% from 255) = 40.43%
R=23.48%
G=36.09%
B=40.43%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5483930.420.1100.64195.3826.5328.82
Hex36535D2AB040c31b1d
Octal66123135521301003033335
Binary11011010100111011101101010101101000000110000111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36535D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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