Html Css Color HEX #40585E Casal

📋 copy color: '#40585E'

red 64 ◦ green 88 ◦ blue 94

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

Shades of Casal #40585E

Tints of Casal #40585E

RGB

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

 GREEN value IS 88 (34.77% from 255) = 35.77%

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

R = 26.02%
G = 35.77%
B = 38.21%

CMYK

 C value IS 0.32

 M value IS 0.06

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#40585E (or 0x40585E) is known color: Casal. HEX triplet: 40, 58 and 5E. RGB value is (64,88,94). Sum of RGB (Red+Green+Blue) = 64+88+94=246 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.02% from 246); Green value is 88 (34.77% from 255 or 35.77% from 246); Blue value is 94 (37.11% from 255 or 38.21% from 246); Max value from RGB is 94 - color contains mainly: blue. Hex color #40585E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40585E is #BFA7A1. Grayscale: #515151. Windows color (decimal): -12560290 or 6182976. OLE color: 6182976.

HSL color Cylindrical-coordinate representation of color #40585E: hue angle of 192º 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 #40585E is Cyan = 0.32, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 64 88 94 -
CMYK 0.32 0.06 0 0.63
HSL 192º 0.19% 0.31% -
HSV(B) 192º 0.32% 0.37% -
XYZ 7.62 8.88 11.9 -
YUV 81.51 135.05 115.51 -
System Red Green Blue C M Y K H S L
Decimal 64 88 94 0.32 0.06 0 0.63 192 0.19 0.31
Hex 40 58 5E 20 6 0 3F C0 13 1F
Octal 100 130 136 40 6 0 77 300 23 37
Binary 1000000 1011000 1011110 100000 110 0 111111 11000000 10011 11111

Color Harmonies of #40585E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40585E

Black with #40585E

Text Example


Text Example

White with #40585E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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