Html Css Color HEX #36515C Casal

📋 copy color: '#36515C'

red 54 ◦ green 81 ◦ blue 92

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

Shades of Casal #36515C

Tints of Casal #36515C

RGB

 RED value IS 54 (21.48% from 255) = 23.79%

 GREEN value IS 81 (32.03% from 255) = 35.68%

 BLUE value IS 92 (36.33% from 255) = 40.53%

R = 23.79%
G = 35.68%
B = 40.53%

CMYK

 C value IS 0.41

 M value IS 0.12

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#36515C (or 0x36515C) is known color: Casal. HEX triplet: 36, 51 and 5C. RGB value is (54,81,92). Sum of RGB (Red+Green+Blue) = 54+81+92=227 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.79% from 227); Green value is 81 (32.03% from 255 or 35.68% from 227); Blue value is 92 (36.33% from 255 or 40.53% from 227); Max value from RGB is 92 - color contains mainly: blue. Hex color #36515C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36515C is #C9AEA3. Grayscale: #4A4A4A. Windows color (decimal): -13217444 or 6050102. OLE color: 6050102.

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

Color convert

RGB 54 81 92 -
CMYK 0.41 0.12 0 0.64
HSL 197.37º 0.26% 0.29% -
HSV(B) 197.37º 0.41% 0.36% -
XYZ 6.4 7.44 11.22 -
YUV 74.18 138.05 113.61 -
System Red Green Blue C M Y K H S L
Decimal 54 81 92 0.41 0.12 0 0.64 197.37 0.26 0.29
Hex 36 51 5C 29 C 0 40 C5 1A 1D
Octal 66 121 134 51 14 0 100 305 32 35
Binary 110110 1010001 1011100 101001 1100 0 1000000 11000101 11010 11101

Color Harmonies of #36515C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36515C

Black with #36515C

Text Example


Text Example

White with #36515C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36515C; }

 p { color: rgb(54,81,92); }

 H1.HeaderClassName
 {
   color: #36515C;
 }
 .AnyTagClassName
 {
   color: #36515C;
 }
</style>

background-color css

<style>
 a { background-color: #36515C; }

 a { background-color: rgb(54,81,92); }

 div.DivClassName
 {
   background-color: #36515C;
 }
 .BgClassName
 {
   background-color: #36515C;
 }
</style>

border-color css

<style>
 span { border-color: #36515C; }

 span { border-color: rgb(54,81,92); }

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