#36535A

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

Shades of Casal #36535A

Tints of Casal #36535A

Color information

#36535A (or 0x36535A) is unknown color: approx Casal. HEX triplet: 36, 53 and 5A. RGB value is (54,83,90). Sum of RGB (Red+Green+Blue) = 54+83+90=227 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.79% from 227); Green value is 83 (32.81% from 255 or 36.56% from 227); Blue value is 90 (35.55% from 255 or 39.65% from 227); Max value from RGB is 90 - color contains mainly: blue. Hex color #36535A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36535A is #C9ACA5. Grayscale: #4B4B4B. Windows color (decimal): -13216934 or 5919542. OLE color: 5919542.

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

Color convert

RGB548390-
CMYK0.400.0800.65
HSL191.67º25%28.24%-
HSV(B)191.67º40%35.29%-
XYZ6.467.7110.82-
YUV75.13136.39112.93-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.79%
GREEN value IS 83 (32.81% from 255) = 36.56%
BLUE value IS 90 (35.55% from 255) = 39.65%
R=23.79%
G=36.56%
B=39.65%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5483900.400.0800.65191.672528.24
Hex36535A288041c0191c
Octal66123132501001013003134
Binary11011010100111011010101000100001000001110000001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36535A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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