Html Css Color HEX #40575E Casal

📋 copy color: '#40575E'

red 64 ◦ green 87 ◦ blue 94

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

Shades of Casal #40575E

Tints of Casal #40575E

RGB

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

 GREEN value IS 87 (34.38% from 255) = 35.51%

 BLUE value IS 94 (37.11% from 255) = 38.37%

R = 26.12%
G = 35.51%
B = 38.37%

CMYK

 C value IS 0.32

 M value IS 0.07

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#40575E (or 0x40575E) is known color: Casal. HEX triplet: 40, 57 and 5E. RGB value is (64,87,94). Sum of RGB (Red+Green+Blue) = 64+87+94=245 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.12% from 245); Green value is 87 (34.38% from 255 or 35.51% from 245); Blue value is 94 (37.11% from 255 or 38.37% from 245); Max value from RGB is 94 - color contains mainly: blue. Hex color #40575E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40575E is #BFA8A1. Grayscale: #505050. Windows color (decimal): -12560546 or 6182720. OLE color: 6182720.

HSL color Cylindrical-coordinate representation of color #40575E: hue angle of 194º degrees, saturation: 0.19, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #40575E is Cyan = 0.32, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 64 87 94 -
CMYK 0.32 0.07 0 0.63
HSL 194º 0.19% 0.31% -
HSV(B) 194º 0.32% 0.37% -
XYZ 7.54 8.71 11.87 -
YUV 80.92 135.38 115.93 -
System Red Green Blue C M Y K H S L
Decimal 64 87 94 0.32 0.07 0 0.63 194 0.19 0.31
Hex 40 57 5E 20 7 0 3F C2 13 1F
Octal 100 127 136 40 7 0 77 302 23 37
Binary 1000000 1010111 1011110 100000 111 0 111111 11000010 10011 11111

Color Harmonies of #40575E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40575E

Black with #40575E

Text Example


Text Example

White with #40575E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40575E; }

 p { color: rgb(64,87,94); }

 H1.HeaderClassName
 {
   color: #40575E;
 }
 .AnyTagClassName
 {
   color: #40575E;
 }
</style>

background-color css

<style>
 a { background-color: #40575E; }

 a { background-color: rgb(64,87,94); }

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

border-color css

<style>
 span { border-color: #40575E; }

 span { border-color: rgb(64,87,94); }

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