#425063

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

Shades of Cello #425063

Tints of Cello #425063

Color information

#425063 (or 0x425063) is unknown color: approx Cello. HEX triplet: 42, 50 and 63. RGB value is (66,80,99). Sum of RGB (Red+Green+Blue) = 66+80+99=245 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.94% from 245); Green value is 80 (31.64% from 255 or 32.65% from 245); Blue value is 99 (39.06% from 255 or 40.41% from 245); Max value from RGB is 99 - color contains mainly: blue. Hex color #425063 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425063 is #BDAF9C. Grayscale: #4D4D4D. Windows color (decimal): -12431261 or 6508610. OLE color: 6508610.

HSL color Cylindrical-coordinate representation of color #425063: hue angle of 214.55º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #425063 is Cyan = 0.33, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB668099-
CMYK0.330.1900.61
HSL214.55º20%32.35%-
HSV(B)214.55º33.33%38.82%-
XYZ7.377.812.92-
YUV77.98139.86119.46-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.94%
GREEN value IS 80 (31.64% from 255) = 32.65%
BLUE value IS 99 (39.06% from 255) = 40.41%
R=26.94%
G=32.65%
B=40.41%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6680990.330.1900.61214.552032.35
Hex425063211303Dd71420
Octal10212014341230753272440
Binary1000010101000011000111000011001101111011101011110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425063; }

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

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

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

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

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

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

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

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