#42525F

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

Shades of Cello #42525F

Tints of Cello #42525F

Color information

#42525F (or 0x42525F) is unknown color: approx Cello. HEX triplet: 42, 52 and 5F. RGB value is (66,82,95). Sum of RGB (Red+Green+Blue) = 66+82+95=243 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.16% from 243); Green value is 82 (32.42% from 255 or 33.74% from 243); Blue value is 95 (37.5% from 255 or 39.09% from 243); Max value from RGB is 95 - color contains mainly: blue. Hex color #42525F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42525F is #BDADA0. Grayscale: #4E4E4E. Windows color (decimal): -12430753 or 6246978. OLE color: 6246978.

HSL color Cylindrical-coordinate representation of color #42525F: hue angle of 206.9º 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 #42525F is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB668295-
CMYK0.310.1400.63
HSL206.9º18.01%31.57%-
HSV(B)206.9º30.53%37.25%-
XYZ7.338.0211.99-
YUV78.7137.2118.94-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.16%
GREEN value IS 82 (32.42% from 255) = 33.74%
BLUE value IS 95 (37.5% from 255) = 39.09%
R=27.16%
G=33.74%
B=39.09%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6682950.310.1400.63206.918.0131.57
Hex42525F1FE03Fcf1220
Octal10212213737160773172240
Binary10000101010010101111111111111001111111100111110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42525F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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