Shades of Cyprus #174D53
Tints of Cyprus #174D53
RGB
CMYK
RGB Variations
Color information
#174D53 (or 0x174D53) is known color: Cyprus. HEX triplet: 17, 4D and 53. RGB value is (23,77,83). Sum of RGB (Red+Green+Blue) = 23+77+83=183 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.57% from 183); Green value is 77 (30.47% from 255 or 42.08% from 183); Blue value is 83 (32.81% from 255 or 45.36% from 183); Max value from RGB is 83 - color contains mainly: blue. Hex color #174D53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #174D53 is #E8B2AC. Grayscale: #3D3D3D. Windows color (decimal): -15250093 or 5459223. OLE color: 5459223.
HSL color Cylindrical-coordinate representation of color #174D53: hue angle of 186º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #174D53 is Cyan = 0.72, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 23 | 77 | 83 | - |
| CMYK | 0.72 | 0.07 | 0 | 0.67 |
| HSL | 186º | 0.57% | 0.21% | - |
| HSV(B) | 186º | 0.72% | 0.33% | - |
| XYZ | 4.57 | 6.11 | 9.12 | - |
| YUV | 61.54 | 140.11 | 100.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 77 | 83 | 0.72 | 0.07 | 0 | 0.67 | 186 | 0.57 | 0.21 |
| Hex | 17 | 4D | 53 | 48 | 7 | 0 | 43 | BA | 39 | 15 |
| Octal | 27 | 115 | 123 | 110 | 7 | 0 | 103 | 272 | 71 | 25 |
| Binary | 10111 | 1001101 | 1010011 | 1001000 | 111 | 0 | 1000011 | 10111010 | 111001 | 10101 |
Color Harmonies of #174D53
Complementary color
Monochromatic Colors of #174D53
Black with #174D53
Text Example
Text Example
White with #174D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174D53; }
p { color: rgb(23,77,83); }
H1.HeaderClassName
{
color: #174D53;
}
.AnyTagClassName
{
color: #174D53;
}
</style>
background-color css
<style>
a { background-color: #174D53; }
a { background-color: rgb(23,77,83); }
div.DivClassName
{
background-color: #174D53;
}
.BgClassName
{
background-color: #174D53;
}
</style>
border-color css
<style>
span { border-color: #174D53; }
span { border-color: rgb(23,77,83); }
td.TdClassName
{
border-color: #174D53;
}
.TagClassName
{
border-color: #174D53;
}
</style>