#425260

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

Shades of Cello #425260

Tints of Cello #425260

Color information

#425260 (or 0x425260) is unknown color: approx Cello. HEX triplet: 42, 52 and 60. RGB value is (66,82,96). Sum of RGB (Red+Green+Blue) = 66+82+96=244 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.05% from 244); Green value is 82 (32.42% from 255 or 33.61% from 244); Blue value is 96 (37.89% from 255 or 39.34% from 244); Max value from RGB is 96 - color contains mainly: blue. Hex color #425260 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425260 is #BDAD9F. Grayscale: #4E4E4E. Windows color (decimal): -12430752 or 6312514. OLE color: 6312514.

HSL color Cylindrical-coordinate representation of color #425260: hue angle of 208º 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 #425260 is Cyan = 0.31, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB668296-
CMYK0.310.1500.62
HSL208º18.52%31.76%-
HSV(B)208º31.25%37.65%-
XYZ7.388.0412.23-
YUV78.81137.7118.86-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.05%
GREEN value IS 82 (32.42% from 255) = 33.61%
BLUE value IS 96 (37.89% from 255) = 39.34%
R=27.05%
G=33.61%
B=39.34%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6682960.310.1500.6220818.5231.76
Hex4252601FF03Ed01320
Octal10212214037170763202340
Binary10000101010010110000011111111101111101101000010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425260; }

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

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

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

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

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

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

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

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