Shades of Allports #256583
Tints of Allports #256583
RGB
CMYK
RGB Variations
Color information
#256583 (or 0x256583) is known color: Allports. HEX triplet: 25, 65 and 83. RGB value is (37,101,131). Sum of RGB (Red+Green+Blue) = 37+101+131=269 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.75% from 269); Green value is 101 (39.84% from 255 or 37.55% from 269); Blue value is 131 (51.56% from 255 or 48.70% from 269); Max value from RGB is 131 - color contains mainly: blue. Hex color #256583 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256583 is #DA9A7C. Grayscale: #555555. Windows color (decimal): -14326397 or 8611109. OLE color: 8611109.
HSL color Cylindrical-coordinate representation of color #256583: hue angle of 199.15º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #256583 is Cyan = 0.72, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 37 | 101 | 131 | - |
| CMYK | 0.72 | 0.23 | 0 | 0.49 |
| HSL | 199.15º | 0.56% | 0.33% | - |
| HSV(B) | 199.15º | 0.72% | 0.51% | - |
| XYZ | 9.51 | 11.34 | 23.16 | - |
| YUV | 85.28 | 153.8 | 93.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 101 | 131 | 0.72 | 0.23 | 0 | 0.49 | 199.15 | 0.56 | 0.33 |
| Hex | 25 | 65 | 83 | 48 | 17 | 0 | 31 | C7 | 38 | 21 |
| Octal | 45 | 145 | 203 | 110 | 27 | 0 | 61 | 307 | 70 | 41 |
| Binary | 100101 | 1100101 | 10000011 | 1001000 | 10111 | 0 | 110001 | 11000111 | 111000 | 100001 |
Color Harmonies of #256583
Complementary color
Monochromatic Colors of #256583
Black with #256583
Text Example
Text Example
White with #256583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256583; }
p { color: rgb(37,101,131); }
H1.HeaderClassName
{
color: #256583;
}
.AnyTagClassName
{
color: #256583;
}
</style>
background-color css
<style>
a { background-color: #256583; }
a { background-color: rgb(37,101,131); }
div.DivClassName
{
background-color: #256583;
}
.BgClassName
{
background-color: #256583;
}
</style>
border-color css
<style>
span { border-color: #256583; }
span { border-color: rgb(37,101,131); }
td.TdClassName
{
border-color: #256583;
}
.TagClassName
{
border-color: #256583;
}
</style>