Html Css Color HEX #36505A Casal

📋 copy color: '#36505A'

red 54 ◦ green 80 ◦ blue 90

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

Shades of Casal #36505A

Tints of Casal #36505A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 35.71%

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

R = 24.11%
G = 35.71%
B = 40.18%

CMYK

 C value IS 0.40

 M value IS 0.11

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#36505A (or 0x36505A) is known color: Casal. HEX triplet: 36, 50 and 5A. RGB value is (54,80,90). Sum of RGB (Red+Green+Blue) = 54+80+90=224 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.11% from 224); Green value is 80 (31.64% from 255 or 35.71% from 224); Blue value is 90 (35.55% from 255 or 40.18% from 224); Max value from RGB is 90 - color contains mainly: blue. Hex color #36505A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36505A is #C9AFA5. Grayscale: #494949. Windows color (decimal): -13217702 or 5918774. OLE color: 5918774.

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

Color convert

RGB 54 80 90 -
CMYK 0.40 0.11 0 0.65
HSL 196.67º 0.25% 0.28% -
HSV(B) 196.67º 0.4% 0.35% -
XYZ 6.24 7.26 10.75 -
YUV 73.37 137.39 114.19 -
System Red Green Blue C M Y K H S L
Decimal 54 80 90 0.40 0.11 0 0.65 196.67 0.25 0.28
Hex 36 50 5A 28 B 0 41 C5 19 1C
Octal 66 120 132 50 13 0 101 305 31 34
Binary 110110 1010000 1011010 101000 1011 0 1000001 11000101 11001 11100

Color Harmonies of #36505A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36505A

Black with #36505A

Text Example


Text Example

White with #36505A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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