Shades of Cyprus #1B534C
Tints of Cyprus #1B534C
RGB
CMYK
RGB Variations
Color information
#1B534C (or 0x1B534C) is known color: Cyprus. HEX triplet: 1B, 53 and 4C. RGB value is (27,83,76). Sum of RGB (Red+Green+Blue) = 27+83+76=186 (24% of max value = 765). Red value is 27 (10.94% from 255 or 14.52% from 186); Green value is 83 (32.81% from 255 or 44.62% from 186); Blue value is 76 (30.08% from 255 or 40.86% from 186); Max value from RGB is 83 - color contains mainly: green. Hex color #1B534C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B534C is #E4ACB3. Grayscale: #414141. Windows color (decimal): -14986420 or 5002011. OLE color: 5002011.
HSL color Cylindrical-coordinate representation of color #1B534C: hue angle of 172.5º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1B534C is Cyan = 0.67, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 27 | 83 | 76 | - |
| CMYK | 0.67 | 0 | 0.08 | 0.67 |
| HSL | 172.5º | 0.51% | 0.22% | - |
| HSV(B) | 172.5º | 0.67% | 0.33% | - |
| XYZ | 4.85 | 6.94 | 7.92 | - |
| YUV | 65.46 | 133.95 | 100.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 83 | 76 | 0.67 | 0 | 0.08 | 0.67 | 172.5 | 0.51 | 0.22 |
| Hex | 1B | 53 | 4C | 43 | 0 | 8 | 43 | AC | 33 | 16 |
| Octal | 33 | 123 | 114 | 103 | 0 | 10 | 103 | 254 | 63 | 26 |
| Binary | 11011 | 1010011 | 1001100 | 1000011 | 0 | 1000 | 1000011 | 10101100 | 110011 | 10110 |
Color Harmonies of #1B534C
Complementary color
Monochromatic Colors of #1B534C
Black with #1B534C
Text Example
Text Example
White with #1B534C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B534C; }
p { color: rgb(27,83,76); }
H1.HeaderClassName
{
color: #1B534C;
}
.AnyTagClassName
{
color: #1B534C;
}
</style>
background-color css
<style>
a { background-color: #1B534C; }
a { background-color: rgb(27,83,76); }
div.DivClassName
{
background-color: #1B534C;
}
.BgClassName
{
background-color: #1B534C;
}
</style>
border-color css
<style>
span { border-color: #1B534C; }
span { border-color: rgb(27,83,76); }
td.TdClassName
{
border-color: #1B534C;
}
.TagClassName
{
border-color: #1B534C;
}
</style>