#425160

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

Shades of Cello #425160

Tints of Cello #425160

Color information

#425160 (or 0x425160) is unknown color: approx Cello. HEX triplet: 42, 51 and 60. RGB value is (66,81,96). Sum of RGB (Red+Green+Blue) = 66+81+96=243 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.16% from 243); Green value is 81 (32.03% from 255 or 33.33% from 243); Blue value is 96 (37.89% from 255 or 39.51% from 243); Max value from RGB is 96 - color contains mainly: blue. Hex color #425160 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425160 is #BDAE9F. Grayscale: #4E4E4E. Windows color (decimal): -12431008 or 6312258. OLE color: 6312258.

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

Color convert

RGB668196-
CMYK0.310.1600.62
HSL210º18.52%31.76%-
HSV(B)210º31.25%37.65%-
XYZ7.37.8912.2-
YUV78.22138.03119.28-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.16%
GREEN value IS 81 (32.03% from 255) = 33.33%
BLUE value IS 96 (37.89% from 255) = 39.51%
R=27.16%
G=33.33%
B=39.51%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6681960.310.1600.6221018.5231.76
Hex4251601F1003Ed21320
Octal10212114037200763222340
Binary100001010100011100000111111000001111101101001010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425160; }

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

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

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

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

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

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

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

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