Html Css Color HEX #36525A Casal

📋 copy color: '#36525A'

red 54 ◦ green 82 ◦ blue 90

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

Shades of Casal #36525A

Tints of Casal #36525A

RGB

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

 GREEN value IS 82 (32.42% from 255) = 36.28%

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

R = 23.89%
G = 36.28%
B = 39.82%

CMYK

 C value IS 0.40

 M value IS 0.09

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#36525A (or 0x36525A) is known color: Casal. HEX triplet: 36, 52 and 5A. RGB value is (54,82,90). Sum of RGB (Red+Green+Blue) = 54+82+90=226 (29% of max value = 765). Red value is 54 (21.48% from 255 or 23.89% from 226); Green value is 82 (32.42% from 255 or 36.28% from 226); Blue value is 90 (35.55% from 255 or 39.82% from 226); Max value from RGB is 90 - color contains mainly: blue. Hex color #36525A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36525A is #C9ADA5. Grayscale: #4A4A4A. Windows color (decimal): -13217190 or 5919286. OLE color: 5919286.

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

Color convert

RGB 54 82 90 -
CMYK 0.40 0.09 0 0.65
HSL 193.33º 0.25% 0.28% -
HSV(B) 193.33º 0.4% 0.35% -
XYZ 6.38 7.56 10.8 -
YUV 74.54 136.72 113.35 -
System Red Green Blue C M Y K H S L
Decimal 54 82 90 0.40 0.09 0 0.65 193.33 0.25 0.28
Hex 36 52 5A 28 9 0 41 C1 19 1C
Octal 66 122 132 50 11 0 101 301 31 34
Binary 110110 1010010 1011010 101000 1001 0 1000001 11000001 11001 11100

Color Harmonies of #36525A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36525A

Black with #36525A

Text Example


Text Example

White with #36525A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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