#36535B

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

Shades of Casal #36535B

Tints of Casal #36535B

Color information

#36535B (or 0x36535B) is unknown color: approx Casal. HEX triplet: 36, 53 and 5B. RGB value is (54,83,91). Sum of RGB (Red+Green+Blue) = 54+83+91=228 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.68% from 228); Green value is 83 (32.81% from 255 or 36.40% from 228); Blue value is 91 (35.94% from 255 or 39.91% from 228); Max value from RGB is 91 - color contains mainly: blue. Hex color #36535B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36535B is #C9ACA4. Grayscale: #4B4B4B. Windows color (decimal): -13216933 or 5985078. OLE color: 5985078.

HSL color Cylindrical-coordinate representation of color #36535B: hue angle of 192.97º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #36535B is Cyan = 0.41, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB548391-
CMYK0.410.0900.64
HSL192.97º25.52%28.43%-
HSV(B)192.97º40.66%35.69%-
XYZ6.57.7311.05-
YUV75.24136.89112.85-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.68%
GREEN value IS 83 (32.81% from 255) = 36.40%
BLUE value IS 91 (35.94% from 255) = 39.91%
R=23.68%
G=36.40%
B=39.91%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5483910.410.0900.64192.9725.5228.43
Hex36535B299040c11a1c
Octal66123133511101003013234
Binary11011010100111011011101001100101000000110000011101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36535B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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