#425F85

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

Shades of Matisse #425F85

Tints of Matisse #425F85

Color information

#425F85 (or 0x425F85) is unknown color: approx Matisse. HEX triplet: 42, 5F and 85. RGB value is (66,95,133). Sum of RGB (Red+Green+Blue) = 66+95+133=294 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.45% from 294); Green value is 95 (37.5% from 255 or 32.31% from 294); Blue value is 133 (52.34% from 255 or 45.24% from 294); Max value from RGB is 133 - color contains mainly: blue. Hex color #425F85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425F85 is #BDA07A. Grayscale: #5A5A5A. Windows color (decimal): -12427387 or 8740674. OLE color: 8740674.

HSL color Cylindrical-coordinate representation of color #425F85: hue angle of 214.03º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #425F85 is Cyan = 0.50, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6695133-
CMYK0.500.2900.48
HSL214.03º33.67%39.02%-
HSV(B)214.03º50.38%52.16%-
XYZ10.5711.0423.76-
YUV90.66151.89110.41-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.45%
GREEN value IS 95 (37.5% from 255) = 32.31%
BLUE value IS 133 (52.34% from 255) = 45.24%
R=22.45%
G=32.31%
B=45.24%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal66951330.500.2900.48214.0333.6739.02
Hex425F85321D030d62227
Octal10213720562350603264247
Binary100001010111111000010111001011101011000011010110100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425F85; }

 p { color: rgb(66,95,133); }

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

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

 a { background-color: rgb(66,95,133); }

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

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

 span { border-color: rgb(66,95,133); }

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