Html Css Color HEX #40505C Cello

📋 copy color: '#40505C'

red 64 ◦ green 80 ◦ blue 92

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

Shades of Cello #40505C

Tints of Cello #40505C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 33.9%

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

R = 27.12%
G = 33.9%
B = 38.98%

CMYK

 C value IS 0.30

 M value IS 0.13

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#40505C (or 0x40505C) is known color: Cello. HEX triplet: 40, 50 and 5C. RGB value is (64,80,92). Sum of RGB (Red+Green+Blue) = 64+80+92=236 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.12% from 236); Green value is 80 (31.64% from 255 or 33.90% from 236); Blue value is 92 (36.33% from 255 or 38.98% from 236); Max value from RGB is 92 - color contains mainly: blue. Hex color #40505C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40505C is #BFAFA3. Grayscale: #4C4C4C. Windows color (decimal): -12562340 or 6049856. OLE color: 6049856.

HSL color Cylindrical-coordinate representation of color #40505C: hue angle of 205.71º 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 #40505C is Cyan = 0.30, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 64 80 92 -
CMYK 0.30 0.13 0 0.64
HSL 205.71º 0.18% 0.31% -
HSV(B) 205.71º 0.3% 0.36% -
XYZ 6.91 7.6 11.23 -
YUV 76.58 136.7 119.02 -
System Red Green Blue C M Y K H S L
Decimal 64 80 92 0.30 0.13 0 0.64 205.71 0.18 0.31
Hex 40 50 5C 1E D 0 40 CE 12 1F
Octal 100 120 134 36 15 0 100 316 22 37
Binary 1000000 1010000 1011100 11110 1101 0 1000000 11001110 10010 11111

Color Harmonies of #40505C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40505C

Black with #40505C

Text Example


Text Example

White with #40505C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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