#42515F

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

Shades of Cello #42515F

Tints of Cello #42515F

Color information

#42515F (or 0x42515F) is unknown color: approx Cello. HEX triplet: 42, 51 and 5F. RGB value is (66,81,95). Sum of RGB (Red+Green+Blue) = 66+81+95=242 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.27% from 242); Green value is 81 (32.03% from 255 or 33.47% from 242); Blue value is 95 (37.5% from 255 or 39.26% from 242); Max value from RGB is 95 - color contains mainly: blue. Hex color #42515F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42515F is #BDAEA0. Grayscale: #4E4E4E. Windows color (decimal): -12431009 or 6246722. OLE color: 6246722.

HSL color Cylindrical-coordinate representation of color #42515F: hue angle of 208.97º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #42515F is Cyan = 0.31, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB668195-
CMYK0.310.1500.63
HSL208.97º18.01%31.57%-
HSV(B)208.97º30.53%37.25%-
XYZ7.257.8711.96-
YUV78.11137.53119.36-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.27%
GREEN value IS 81 (32.03% from 255) = 33.47%
BLUE value IS 95 (37.5% from 255) = 39.26%
R=27.27%
G=33.47%
B=39.26%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6681950.310.1500.63208.9718.0131.57
Hex42515F1FF03Fd11220
Octal10212113737170773212240
Binary10000101010001101111111111111101111111101000110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42515F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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