#425783

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

Shades of Chambray #425783

Tints of Chambray #425783

Color information

#425783 (or 0x425783) is unknown color: approx Chambray. HEX triplet: 42, 57 and 83. RGB value is (66,87,131). Sum of RGB (Red+Green+Blue) = 66+87+131=284 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.24% from 284); Green value is 87 (34.38% from 255 or 30.63% from 284); Blue value is 131 (51.56% from 255 or 46.13% from 284); Max value from RGB is 131 - color contains mainly: blue. Hex color #425783 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425783 is #BDA87C. Grayscale: #555555. Windows color (decimal): -12429437 or 8607554. OLE color: 8607554.

HSL color Cylindrical-coordinate representation of color #425783: hue angle of 220.62º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #425783 is Cyan = 0.50, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6687131-
CMYK0.500.3400.49
HSL220.62º32.99%38.63%-
HSV(B)220.62º49.62%51.37%-
XYZ9.759.6122.81-
YUV85.74153.54113.92-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.24%
GREEN value IS 87 (34.38% from 255) = 30.63%
BLUE value IS 131 (51.56% from 255) = 46.13%
R=23.24%
G=30.63%
B=46.13%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal66871310.500.3400.49220.6232.9938.63
Hex4257833222031dd2127
Octal10212720362420613354147
Binary1000010101011110000011110010100010011000111011101100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425783

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425783; }

 p { color: rgb(66,87,131); }

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

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

 a { background-color: rgb(66,87,131); }

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

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

 span { border-color: rgb(66,87,131); }

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