#425F75

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

Shades of Matisse #425F75

Tints of Matisse #425F75

Color information

#425F75 (or 0x425F75) is unknown color: approx Matisse. HEX triplet: 42, 5F and 75. RGB value is (66,95,117). Sum of RGB (Red+Green+Blue) = 66+95+117=278 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.74% from 278); Green value is 95 (37.5% from 255 or 34.17% from 278); Blue value is 117 (46.09% from 255 or 42.09% from 278); Max value from RGB is 117 - color contains mainly: blue. Hex color #425F75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425F75 is #BDA08A. Grayscale: #585858. Windows color (decimal): -12427403 or 7692098. OLE color: 7692098.

HSL color Cylindrical-coordinate representation of color #425F75: hue angle of 205.88º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #425F75 is Cyan = 0.44, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6695117-
CMYK0.440.1900.54
HSL205.88º27.87%35.88%-
HSV(B)205.88º43.59%45.88%-
XYZ9.5510.6318.38-
YUV88.84143.89111.71-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.74%
GREEN value IS 95 (37.5% from 255) = 34.17%
BLUE value IS 117 (46.09% from 255) = 42.09%
R=23.74%
G=34.17%
B=42.09%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal66951170.440.1900.54205.8827.8735.88
Hex425F752C13036ce1c24
Octal10213716554230663163444
Binary1000010101111111101011011001001101101101100111011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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