Html Css Color HEX #40575F Casal

📋 copy color: '#40575F'

red 64 ◦ green 87 ◦ blue 95

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

Shades of Casal #40575F

Tints of Casal #40575F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 38.62%

R = 26.02%
G = 35.37%
B = 38.62%

CMYK

 C value IS 0.33

 M value IS 0.08

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#40575F (or 0x40575F) is known color: Casal. HEX triplet: 40, 57 and 5F. RGB value is (64,87,95). Sum of RGB (Red+Green+Blue) = 64+87+95=246 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.02% from 246); Green value is 87 (34.38% from 255 or 35.37% from 246); Blue value is 95 (37.5% from 255 or 38.62% from 246); Max value from RGB is 95 - color contains mainly: blue. Hex color #40575F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40575F is #BFA8A0. Grayscale: #505050. Windows color (decimal): -12560545 or 6248256. OLE color: 6248256.

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

Color convert

RGB 64 87 95 -
CMYK 0.33 0.08 0 0.63
HSL 195.48º 0.19% 0.31% -
HSV(B) 195.48º 0.33% 0.37% -
XYZ 7.59 8.73 12.11 -
YUV 81.04 135.88 115.85 -
System Red Green Blue C M Y K H S L
Decimal 64 87 95 0.33 0.08 0 0.63 195.48 0.19 0.31
Hex 40 57 5F 21 8 0 3F C3 13 1F
Octal 100 127 137 41 10 0 77 303 23 37
Binary 1000000 1010111 1011111 100001 1000 0 111111 11000011 10011 11111

Color Harmonies of #40575F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40575F

Black with #40575F

Text Example


Text Example

White with #40575F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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