#42515E

Color #42515E Cello (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cello #42515E

Tints of Cello #42515E

Color information

#42515E (or 0x42515E) is unknown color: approx Cello. HEX triplet: 42, 51 and 5E. RGB value is (66,81,94). Sum of RGB (Red+Green+Blue) = 66+81+94=241 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.39% from 241); Green value is 81 (32.03% from 255 or 33.61% from 241); Blue value is 94 (37.11% from 255 or 39.00% from 241); Max value from RGB is 94 - color contains mainly: blue. Hex color #42515E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42515E is #BDAEA1. Grayscale: #4D4D4D. Windows color (decimal): -12431010 or 6181186. OLE color: 6181186.

HSL color Cylindrical-coordinate representation of color #42515E: hue angle of 207.86º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #42515E is Cyan = 0.30, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB668194-
CMYK0.300.1400.63
HSL207.86º17.5%31.37%-
HSV(B)207.86º29.79%36.86%-
XYZ7.217.8511.73-
YUV78137.03119.44-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.39%
GREEN value IS 81 (32.03% from 255) = 33.61%
BLUE value IS 94 (37.11% from 255) = 39.00%
R=27.39%
G=33.61%
B=39.00%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6681940.300.1400.63207.8617.531.37
Hex42515E1EE03Fd0111f
Octal10212113636160773202137
Binary1000010101000110111101111011100111111110100001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42515E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42515E; }

 p { color: rgb(66,81,94); }

 H1.HeaderClassName
 {
   color: #42515E;
 }
 .AnyTagClassName
 {
   color: #42515E;
 }
</style>
background-color css

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

 a { background-color: rgb(66,81,94); }

 div.DivClassName
 {
   background-color: #42515E;
 }
 .BgClassName
 {
   background-color: #42515E;
 }
</style>
border-color css

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

 span { border-color: rgb(66,81,94); }

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