Html Css Color HEX #36535D Casal

📋 copy color: '#36535D'

red 54 ◦ green 83 ◦ blue 93

#36535D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Casal #36535D

Tints of Casal #36535D

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 value IS 0.42

 M value IS 0.11

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#36535D (or 0x36535D) is known color: 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

RGB 54 83 93 -
CMYK 0.42 0.11 0 0.64
HSL 195.38º 0.27% 0.29% -
HSV(B) 195.38º 0.42% 0.36% -
XYZ 6.59 7.76 11.51 -
YUV 75.47 137.89 112.69 -
System Red Green Blue C M Y K H S L
Decimal 54 83 93 0.42 0.11 0 0.64 195.38 0.27 0.29
Hex 36 53 5D 2A B 0 40 C3 1B 1D
Octal 66 123 135 52 13 0 100 303 33 35
Binary 110110 1010011 1011101 101010 1011 0 1000000 11000011 11011 11101

Color Harmonies of #36535D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36535D

Black with #36535D

Text Example


Text Example

White with #36535D

Text Example


Text Example

HTML Codes & Css Web 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>