#42505A

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

Shades of Cello #42505A

Tints of Cello #42505A

Color information

#42505A (or 0x42505A) is unknown color: approx Cello. HEX triplet: 42, 50 and 5A. RGB value is (66,80,90). Sum of RGB (Red+Green+Blue) = 66+80+90=236 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.97% from 236); Green value is 80 (31.64% from 255 or 33.90% from 236); Blue value is 90 (35.55% from 255 or 38.14% from 236); Max value from RGB is 90 - color contains mainly: blue. Hex color #42505A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42505A is #BDAFA5. Grayscale: #4C4C4C. Windows color (decimal): -12431270 or 5918786. OLE color: 5918786.

HSL color Cylindrical-coordinate representation of color #42505A: hue angle of 205º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #42505A is Cyan = 0.27, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB668090-
CMYK0.270.1100.65
HSL205º15.38%30.59%-
HSV(B)205º26.67%35.29%-
XYZ6.967.6310.78-
YUV76.95135.36120.19-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.97%
GREEN value IS 80 (31.64% from 255) = 33.90%
BLUE value IS 90 (35.55% from 255) = 38.14%
R=27.97%
G=33.90%
B=38.14%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6680900.270.1100.6520515.3830.59
Hex42505A1BB041cdf1f
Octal102120132331301013151737
Binary1000010101000010110101101110110100000111001101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42505A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42505A; }

 p { color: rgb(66,80,90); }

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

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

 a { background-color: rgb(66,80,90); }

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

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

 span { border-color: rgb(66,80,90); }

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