Html Css Color HEX #40535A Casal

📋 copy color: '#40535A'

red 64 ◦ green 83 ◦ blue 90

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

Shades of Casal #40535A

Tints of Casal #40535A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 35.02%

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

R = 27%
G = 35.02%
B = 37.97%

CMYK

 C value IS 0.29

 M value IS 0.08

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#40535A (or 0x40535A) is known color: Casal. HEX triplet: 40, 53 and 5A. RGB value is (64,83,90). Sum of RGB (Red+Green+Blue) = 64+83+90=237 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.00% from 237); Green value is 83 (32.81% from 255 or 35.02% from 237); Blue value is 90 (35.55% from 255 or 37.97% from 237); Max value from RGB is 90 - color contains mainly: blue. Hex color #40535A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40535A is #BFACA5. Grayscale: #4E4E4E. Windows color (decimal): -12561574 or 5919552. OLE color: 5919552.

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

Color convert

RGB 64 83 90 -
CMYK 0.29 0.08 0 0.65
HSL 196.15º 0.17% 0.3% -
HSV(B) 196.15º 0.29% 0.35% -
XYZ 7.05 8.01 10.85 -
YUV 78.12 134.71 117.93 -
System Red Green Blue C M Y K H S L
Decimal 64 83 90 0.29 0.08 0 0.65 196.15 0.17 0.3
Hex 40 53 5A 1D 8 0 41 C4 11 1E
Octal 100 123 132 35 10 0 101 304 21 36
Binary 1000000 1010011 1011010 11101 1000 0 1000001 11000100 10001 11110

Color Harmonies of #40535A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40535A

Black with #40535A

Text Example


Text Example

White with #40535A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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