#425F87

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

Shades of Wedgewood #425F87

Tints of Wedgewood #425F87

Color information

#425F87 (or 0x425F87) is unknown color: approx Wedgewood. HEX triplet: 42, 5F and 87. RGB value is (66,95,135). Sum of RGB (Red+Green+Blue) = 66+95+135=296 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.30% from 296); Green value is 95 (37.5% from 255 or 32.09% from 296); Blue value is 135 (53.12% from 255 or 45.61% from 296); Max value from RGB is 135 - color contains mainly: blue. Hex color #425F87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425F87 is #BDA078. Grayscale: #5A5A5A. Windows color (decimal): -12427385 or 8871746. OLE color: 8871746.

HSL color Cylindrical-coordinate representation of color #425F87: hue angle of 214.78º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #425F87 is Cyan = 0.51, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6695135-
CMYK0.510.3000.47
HSL214.78º34.33%39.41%-
HSV(B)214.78º51.11%52.94%-
XYZ10.7111.0924.5-
YUV90.89152.89110.25-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.30%
GREEN value IS 95 (37.5% from 255) = 32.09%
BLUE value IS 135 (53.12% from 255) = 45.61%
R=22.30%
G=32.09%
B=45.61%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal66951350.510.3000.47214.7834.3339.41
Hex425F87331E02Fd72227
Octal10213720763360573274247
Binary100001010111111000011111001111110010111111010111100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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