Html Css Color HEX #40575B Casal

📋 copy color: '#40575B'

red 64 ◦ green 87 ◦ blue 91

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

Shades of Casal #40575B

Tints of Casal #40575B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 37.6%

R = 26.45%
G = 35.95%
B = 37.6%

CMYK

 C value IS 0.30

 M value IS 0.04

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#40575B (or 0x40575B) is known color: Casal. HEX triplet: 40, 57 and 5B. RGB value is (64,87,91). Sum of RGB (Red+Green+Blue) = 64+87+91=242 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.45% from 242); Green value is 87 (34.38% from 255 or 35.95% from 242); Blue value is 91 (35.94% from 255 or 37.60% from 242); Max value from RGB is 91 - color contains mainly: blue. Hex color #40575B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40575B is #BFA8A4. Grayscale: #505050. Windows color (decimal): -12560549 or 5986112. OLE color: 5986112.

HSL color Cylindrical-coordinate representation of color #40575B: hue angle of 188.89º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #40575B is Cyan = 0.30, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 64 87 91 -
CMYK 0.30 0.04 0 0.64
HSL 188.89º 0.17% 0.3% -
HSV(B) 188.89º 0.3% 0.36% -
XYZ 7.41 8.66 11.18 -
YUV 80.58 133.88 116.17 -
System Red Green Blue C M Y K H S L
Decimal 64 87 91 0.30 0.04 0 0.64 188.89 0.17 0.3
Hex 40 57 5B 1E 4 0 40 BD 11 1E
Octal 100 127 133 36 4 0 100 275 21 36
Binary 1000000 1010111 1011011 11110 100 0 1000000 10111101 10001 11110

Color Harmonies of #40575B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40575B

Black with #40575B

Text Example


Text Example

White with #40575B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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