Shades of Chambray #425D83
Tints of Chambray #425D83
RGB
CMYK
RGB Variations
Color information
#425D83 (or 0x425D83) is known color: Chambray. HEX triplet: 42, 5D and 83. RGB value is (66,93,131). Sum of RGB (Red+Green+Blue) = 66+93+131=290 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.76% from 290); Green value is 93 (36.72% from 255 or 32.07% from 290); Blue value is 131 (51.56% from 255 or 45.17% from 290); Max value from RGB is 131 - color contains mainly: blue. Hex color #425D83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425D83 is #BDA27C. Grayscale: #595959. Windows color (decimal): -12427901 or 8609090. OLE color: 8609090.
HSL color Cylindrical-coordinate representation of color #425D83: hue angle of 215.08º 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 #425D83 is Cyan = 0.50, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 66 | 93 | 131 | - |
| CMYK | 0.50 | 0.29 | 0 | 0.49 |
| HSL | 215.08º | 0.33% | 0.39% | - |
| HSV(B) | 215.08º | 0.5% | 0.51% | - |
| XYZ | 10.26 | 10.63 | 22.98 | - |
| YUV | 89.26 | 151.55 | 111.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 93 | 131 | 0.50 | 0.29 | 0 | 0.49 | 215.08 | 0.33 | 0.39 |
| Hex | 42 | 5D | 83 | 32 | 1D | 0 | 31 | D7 | 21 | 27 |
| Octal | 102 | 135 | 203 | 62 | 35 | 0 | 61 | 327 | 41 | 47 |
| Binary | 1000010 | 1011101 | 10000011 | 110010 | 11101 | 0 | 110001 | 11010111 | 100001 | 100111 |
Color Harmonies of #425D83
Complementary color
Monochromatic Colors of #425D83
Black with #425D83
Text Example
Text Example
White with #425D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425D83; }
p { color: rgb(66,93,131); }
H1.HeaderClassName
{
color: #425D83;
}
.AnyTagClassName
{
color: #425D83;
}
</style>
background-color css
<style>
a { background-color: #425D83; }
a { background-color: rgb(66,93,131); }
div.DivClassName
{
background-color: #425D83;
}
.BgClassName
{
background-color: #425D83;
}
</style>
border-color css
<style>
span { border-color: #425D83; }
span { border-color: rgb(66,93,131); }
td.TdClassName
{
border-color: #425D83;
}
.TagClassName
{
border-color: #425D83;
}
</style>