#425061

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

Shades of Cello #425061

Tints of Cello #425061

Color information

#425061 (or 0x425061) is unknown color: approx Cello. HEX triplet: 42, 50 and 61. RGB value is (66,80,97). Sum of RGB (Red+Green+Blue) = 66+80+97=243 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.16% from 243); Green value is 80 (31.64% from 255 or 32.92% from 243); Blue value is 97 (38.28% from 255 or 39.92% from 243); Max value from RGB is 97 - color contains mainly: blue. Hex color #425061 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425061 is #BDAF9E. Grayscale: #4D4D4D. Windows color (decimal): -12431263 or 6377538. OLE color: 6377538.

HSL color Cylindrical-coordinate representation of color #425061: hue angle of 212.9º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #425061 is Cyan = 0.32, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB668097-
CMYK0.320.1800.62
HSL212.9º19.02%31.96%-
HSV(B)212.9º31.96%38.04%-
XYZ7.277.7612.42-
YUV77.75138.86119.62-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.16%
GREEN value IS 80 (31.64% from 255) = 32.92%
BLUE value IS 97 (38.28% from 255) = 39.92%
R=27.16%
G=32.92%
B=39.92%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6680970.320.1800.62212.919.0231.96
Hex425061201203Ed51320
Octal10212014140220763252340
Binary1000010101000011000011000001001001111101101010110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425061; }

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

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

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

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

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

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

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

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