Html Css Color HEX #40515C Cello

📋 copy color: '#40515C'

red 64 ◦ green 81 ◦ blue 92

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

Shades of Cello #40515C

Tints of Cello #40515C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 38.82%

R = 27%
G = 34.18%
B = 38.82%

CMYK

 C value IS 0.30

 M value IS 0.12

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#40515C (or 0x40515C) is known color: Cello. HEX triplet: 40, 51 and 5C. RGB value is (64,81,92). Sum of RGB (Red+Green+Blue) = 64+81+92=237 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.00% from 237); Green value is 81 (32.03% from 255 or 34.18% from 237); Blue value is 92 (36.33% from 255 or 38.82% from 237); Max value from RGB is 92 - color contains mainly: blue. Hex color #40515C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40515C is #BFAEA3. Grayscale: #4D4D4D. Windows color (decimal): -12562084 or 6050112. OLE color: 6050112.

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

Color convert

RGB 64 81 92 -
CMYK 0.30 0.12 0 0.64
HSL 203.57º 0.18% 0.31% -
HSV(B) 203.57º 0.3% 0.36% -
XYZ 6.99 7.75 11.25 -
YUV 77.17 136.37 118.61 -
System Red Green Blue C M Y K H S L
Decimal 64 81 92 0.30 0.12 0 0.64 203.57 0.18 0.31
Hex 40 51 5C 1E C 0 40 CC 12 1F
Octal 100 121 134 36 14 0 100 314 22 37
Binary 1000000 1010001 1011100 11110 1100 0 1000000 11001100 10010 11111

Color Harmonies of #40515C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40515C

Black with #40515C

Text Example


Text Example

White with #40515C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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