Shades of Blue Stone #1B5653
Tints of Blue Stone #1B5653
RGB
CMYK
RGB Variations
Color information
#1B5653 (or 0x1B5653) is known color: Blue Stone. HEX triplet: 1B, 56 and 53. RGB value is (27,86,83). Sum of RGB (Red+Green+Blue) = 27+86+83=196 (25% of max value = 765). Red value is 27 (10.94% from 255 or 13.78% from 196); Green value is 86 (33.98% from 255 or 43.88% from 196); Blue value is 83 (32.81% from 255 or 42.35% from 196); Max value from RGB is 86 - color contains mainly: green. Hex color #1B5653 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B5653 is #E4A9AC. Grayscale: #434343. Windows color (decimal): -14985645 or 5461531. OLE color: 5461531.
HSL color Cylindrical-coordinate representation of color #1B5653: hue angle of 176.95º degrees, saturation: 0.52, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1B5653 is Cyan = 0.69, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 27 | 86 | 83 | - |
| CMYK | 0.69 | 0 | 0.03 | 0.66 |
| HSL | 176.95º | 0.52% | 0.22% | - |
| HSV(B) | 176.95º | 0.69% | 0.34% | - |
| XYZ | 5.34 | 7.51 | 9.35 | - |
| YUV | 68.02 | 136.45 | 98.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 86 | 83 | 0.69 | 0 | 0.03 | 0.66 | 176.95 | 0.52 | 0.22 |
| Hex | 1B | 56 | 53 | 45 | 0 | 3 | 42 | B1 | 34 | 16 |
| Octal | 33 | 126 | 123 | 105 | 0 | 3 | 102 | 261 | 64 | 26 |
| Binary | 11011 | 1010110 | 1010011 | 1000101 | 0 | 11 | 1000010 | 10110001 | 110100 | 10110 |
Color Harmonies of #1B5653
Complementary color
Monochromatic Colors of #1B5653
Black with #1B5653
Text Example
Text Example
White with #1B5653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5653; }
p { color: rgb(27,86,83); }
H1.HeaderClassName
{
color: #1B5653;
}
.AnyTagClassName
{
color: #1B5653;
}
</style>
background-color css
<style>
a { background-color: #1B5653; }
a { background-color: rgb(27,86,83); }
div.DivClassName
{
background-color: #1B5653;
}
.BgClassName
{
background-color: #1B5653;
}
</style>
border-color css
<style>
span { border-color: #1B5653; }
span { border-color: rgb(27,86,83); }
td.TdClassName
{
border-color: #1B5653;
}
.TagClassName
{
border-color: #1B5653;
}
</style>