Html Css Color HEX #405060 Cello

📋 copy color: '#405060'

red 64 ◦ green 80 ◦ blue 96

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

Shades of Cello #405060

Tints of Cello #405060

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 40%

R = 26.67%
G = 33.33%
B = 40%

CMYK

 C value IS 0.33

 M value IS 0.17

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#405060 (or 0x405060) is known color: Cello. HEX triplet: 40, 50 and 60. RGB value is (64,80,96). Sum of RGB (Red+Green+Blue) = 64+80+96=240 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.67% from 240); Green value is 80 (31.64% from 255 or 33.33% from 240); Blue value is 96 (37.89% from 255 or 40% from 240); Max value from RGB is 96 - color contains mainly: blue. Hex color #405060 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405060 is #BFAF9F. Grayscale: #4C4C4C. Windows color (decimal): -12562336 or 6312000. OLE color: 6312000.

HSL color Cylindrical-coordinate representation of color #405060: hue angle of 210º degrees, saturation: 0.2, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #405060 is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 64 80 96 -
CMYK 0.33 0.17 0 0.62
HSL 210º 0.2% 0.31% -
HSV(B) 210º 0.33% 0.38% -
XYZ 7.09 7.67 12.17 -
YUV 77.04 138.7 118.7 -
System Red Green Blue C M Y K H S L
Decimal 64 80 96 0.33 0.17 0 0.62 210 0.2 0.31
Hex 40 50 60 21 11 0 3E D2 14 1F
Octal 100 120 140 41 21 0 76 322 24 37
Binary 1000000 1010000 1100000 100001 10001 0 111110 11010010 10100 11111

Color Harmonies of #405060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405060

Black with #405060

Text Example


Text Example

White with #405060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405060; }

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

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

background-color css

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

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

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

border-color css

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

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

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