Html Css Color HEX #40515F Cello

📋 copy color: '#40515F'

red 64 ◦ green 81 ◦ blue 95

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

Shades of Cello #40515F

Tints of Cello #40515F

RGB

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

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

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

R = 26.67%
G = 33.75%
B = 39.58%

CMYK

 C value IS 0.33

 M value IS 0.15

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#40515F (or 0x40515F) is known color: Cello. HEX triplet: 40, 51 and 5F. RGB value is (64,81,95). Sum of RGB (Red+Green+Blue) = 64+81+95=240 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.67% from 240); Green value is 81 (32.03% from 255 or 33.75% from 240); Blue value is 95 (37.5% from 255 or 39.58% from 240); Max value from RGB is 95 - color contains mainly: blue. Hex color #40515F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40515F is #BFAEA0. Grayscale: #4D4D4D. Windows color (decimal): -12562081 or 6246720. OLE color: 6246720.

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

Color convert

RGB 64 81 95 -
CMYK 0.33 0.15 0 0.63
HSL 207.1º 0.19% 0.31% -
HSV(B) 207.1º 0.33% 0.37% -
XYZ 7.12 7.8 11.96 -
YUV 77.51 137.87 118.36 -
System Red Green Blue C M Y K H S L
Decimal 64 81 95 0.33 0.15 0 0.63 207.1 0.19 0.31
Hex 40 51 5F 21 F 0 3F CF 13 1F
Octal 100 121 137 41 17 0 77 317 23 37
Binary 1000000 1010001 1011111 100001 1111 0 111111 11001111 10011 11111

Color Harmonies of #40515F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40515F

Black with #40515F

Text Example


Text Example

White with #40515F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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