Html Css Color HEX #40525A Casal

📋 copy color: '#40525A'

red 64 ◦ green 82 ◦ blue 90

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

Shades of Casal #40525A

Tints of Casal #40525A

RGB

 RED value IS 64 (25.39% from 255) = 27.12%

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

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

R = 27.12%
G = 34.75%
B = 38.14%

CMYK

 C value IS 0.29

 M value IS 0.09

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#40525A (or 0x40525A) is known color: Casal. HEX triplet: 40, 52 and 5A. RGB value is (64,82,90). Sum of RGB (Red+Green+Blue) = 64+82+90=236 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.12% from 236); Green value is 82 (32.42% from 255 or 34.75% from 236); Blue value is 90 (35.55% from 255 or 38.14% from 236); Max value from RGB is 90 - color contains mainly: blue. Hex color #40525A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40525A is #BFADA5. Grayscale: #4D4D4D. Windows color (decimal): -12561830 or 5919296. OLE color: 5919296.

HSL color Cylindrical-coordinate representation of color #40525A: hue angle of 198.46º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #40525A is Cyan = 0.29, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 64 82 90 -
CMYK 0.29 0.09 0 0.65
HSL 198.46º 0.17% 0.3% -
HSV(B) 198.46º 0.29% 0.35% -
XYZ 6.98 7.86 10.82 -
YUV 77.53 135.04 118.35 -
System Red Green Blue C M Y K H S L
Decimal 64 82 90 0.29 0.09 0 0.65 198.46 0.17 0.3
Hex 40 52 5A 1D 9 0 41 C6 11 1E
Octal 100 122 132 35 11 0 101 306 21 36
Binary 1000000 1010010 1011010 11101 1001 0 1000001 11000110 10001 11110

Color Harmonies of #40525A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40525A

Black with #40525A

Text Example


Text Example

White with #40525A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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