Html Css Color HEX #40515D Cello

📋 copy color: '#40515D'

red 64 ◦ green 81 ◦ blue 93

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

Shades of Cello #40515D

Tints of Cello #40515D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 39.08%

R = 26.89%
G = 34.03%
B = 39.08%

CMYK

 C value IS 0.31

 M value IS 0.13

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#40515D (or 0x40515D) is known color: Cello. HEX triplet: 40, 51 and 5D. RGB value is (64,81,93). Sum of RGB (Red+Green+Blue) = 64+81+93=238 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.89% from 238); Green value is 81 (32.03% from 255 or 34.03% from 238); Blue value is 93 (36.72% from 255 or 39.08% from 238); Max value from RGB is 93 - color contains mainly: blue. Hex color #40515D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40515D is #BFAEA2. Grayscale: #4D4D4D. Windows color (decimal): -12562083 or 6115648. OLE color: 6115648.

HSL color Cylindrical-coordinate representation of color #40515D: hue angle of 204.83º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #40515D is Cyan = 0.31, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 64 81 93 -
CMYK 0.31 0.13 0 0.64
HSL 204.83º 0.18% 0.31% -
HSV(B) 204.83º 0.31% 0.36% -
XYZ 7.03 7.77 11.48 -
YUV 77.29 136.87 118.52 -
System Red Green Blue C M Y K H S L
Decimal 64 81 93 0.31 0.13 0 0.64 204.83 0.18 0.31
Hex 40 51 5D 1F D 0 40 CD 12 1F
Octal 100 121 135 37 15 0 100 315 22 37
Binary 1000000 1010001 1011101 11111 1101 0 1000000 11001101 10010 11111

Color Harmonies of #40515D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40515D

Black with #40515D

Text Example


Text Example

White with #40515D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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