Html Css Color HEX #36515A Casal

📋 copy color: '#36515A'

red 54 ◦ green 81 ◦ blue 90

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

Shades of Casal #36515A

Tints of Casal #36515A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 40%

R = 24%
G = 36%
B = 40%

CMYK

 C value IS 0.40

 M value IS 0.1

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#36515A (or 0x36515A) is known color: Casal. HEX triplet: 36, 51 and 5A. RGB value is (54,81,90). Sum of RGB (Red+Green+Blue) = 54+81+90=225 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24% from 225); Green value is 81 (32.03% from 255 or 36% from 225); Blue value is 90 (35.55% from 255 or 40% from 225); Max value from RGB is 90 - color contains mainly: blue. Hex color #36515A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36515A is #C9AEA5. Grayscale: #494949. Windows color (decimal): -13217446 or 5919030. OLE color: 5919030.

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

Color convert

RGB 54 81 90 -
CMYK 0.40 0.1 0 0.65
HSL 195º 0.25% 0.28% -
HSV(B) 195º 0.4% 0.35% -
XYZ 6.31 7.41 10.77 -
YUV 73.95 137.05 113.77 -
System Red Green Blue C M Y K H S L
Decimal 54 81 90 0.40 0.1 0 0.65 195 0.25 0.28
Hex 36 51 5A 28 A 0 41 C3 19 1C
Octal 66 121 132 50 12 0 101 303 31 34
Binary 110110 1010001 1011010 101000 1010 0 1000001 11000011 11001 11100

Color Harmonies of #36515A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36515A

Black with #36515A

Text Example


Text Example

White with #36515A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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