Shades of Atoll #258083
Tints of Atoll #258083
RGB
CMYK
RGB Variations
Color information
#258083 (or 0x258083) is known color: Atoll. HEX triplet: 25, 80 and 83. RGB value is (37,128,131). Sum of RGB (Red+Green+Blue) = 37+128+131=296 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.5% from 296); Green value is 128 (50.39% from 255 or 43.24% from 296); Blue value is 131 (51.56% from 255 or 44.26% from 296); Max value from RGB is 131 - color contains mainly: blue. Hex color #258083 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258083 is #DA7F7C. Grayscale: #656565. Windows color (decimal): -14319485 or 8618021. OLE color: 8618021.
HSL color Cylindrical-coordinate representation of color #258083: hue angle of 181.91º 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 #258083 is Cyan = 0.72, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 37 | 128 | 131 | - |
| CMYK | 0.72 | 0.02 | 0 | 0.49 |
| HSL | 181.91º | 0.56% | 0.33% | - |
| HSV(B) | 181.91º | 0.72% | 0.51% | - |
| XYZ | 12.58 | 17.47 | 24.18 | - |
| YUV | 101.13 | 144.85 | 82.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 128 | 131 | 0.72 | 0.02 | 0 | 0.49 | 181.91 | 0.56 | 0.33 |
| Hex | 25 | 80 | 83 | 48 | 2 | 0 | 31 | B6 | 38 | 21 |
| Octal | 45 | 200 | 203 | 110 | 2 | 0 | 61 | 266 | 70 | 41 |
| Binary | 100101 | 10000000 | 10000011 | 1001000 | 10 | 0 | 110001 | 10110110 | 111000 | 100001 |
Color Harmonies of #258083
Complementary color
Monochromatic Colors of #258083
Black with #258083
Text Example
Text Example
White with #258083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258083; }
p { color: rgb(37,128,131); }
H1.HeaderClassName
{
color: #258083;
}
.AnyTagClassName
{
color: #258083;
}
</style>
background-color css
<style>
a { background-color: #258083; }
a { background-color: rgb(37,128,131); }
div.DivClassName
{
background-color: #258083;
}
.BgClassName
{
background-color: #258083;
}
</style>
border-color css
<style>
span { border-color: #258083; }
span { border-color: rgb(37,128,131); }
td.TdClassName
{
border-color: #258083;
}
.TagClassName
{
border-color: #258083;
}
</style>