Html Css Color HEX #40515E Cello

📋 copy color: '#40515E'

red 64 ◦ green 81 ◦ blue 94

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

Shades of Cello #40515E

Tints of Cello #40515E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 33.89%

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

R = 26.78%
G = 33.89%
B = 39.33%

CMYK

 C value IS 0.32

 M value IS 0.14

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#40515E (or 0x40515E) is known color: Cello. HEX triplet: 40, 51 and 5E. RGB value is (64,81,94). Sum of RGB (Red+Green+Blue) = 64+81+94=239 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.78% from 239); Green value is 81 (32.03% from 255 or 33.89% from 239); Blue value is 94 (37.11% from 255 or 39.33% from 239); Max value from RGB is 94 - color contains mainly: blue. Hex color #40515E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40515E is #BFAEA1. Grayscale: #4D4D4D. Windows color (decimal): -12562082 or 6181184. OLE color: 6181184.

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

Color convert

RGB 64 81 94 -
CMYK 0.32 0.14 0 0.63
HSL 206º 0.19% 0.31% -
HSV(B) 206º 0.32% 0.37% -
XYZ 7.08 7.78 11.72 -
YUV 77.4 137.37 118.44 -
System Red Green Blue C M Y K H S L
Decimal 64 81 94 0.32 0.14 0 0.63 206 0.19 0.31
Hex 40 51 5E 20 E 0 3F CE 13 1F
Octal 100 121 136 40 16 0 77 316 23 37
Binary 1000000 1010001 1011110 100000 1110 0 111111 11001110 10011 11111

Color Harmonies of #40515E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40515E

Black with #40515E

Text Example


Text Example

White with #40515E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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