#175053

Color #175053 Cyprus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cyprus #175053

Tints of Cyprus #175053

Color information

#175053 (or 0x175053) is unknown color: approx Cyprus. HEX triplet: 17, 50 and 53. RGB value is (23,80,83). Sum of RGB (Red+Green+Blue) = 23+80+83=186 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.37% from 186); Green value is 80 (31.64% from 255 or 43.01% from 186); Blue value is 83 (32.81% from 255 or 44.62% from 186); Max value from RGB is 83 - color contains mainly: blue. Hex color #175053 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175053 is #E8AFAC. Grayscale: #3F3F3F. Windows color (decimal): -15249325 or 5459991. OLE color: 5459991.

HSL color Cylindrical-coordinate representation of color #175053: hue angle of 183º 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 #175053 is Cyan = 0.72, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB238083-
CMYK0.720.0400.67
HSL183º56.6%20.78%-
HSV(B)183º72.29%32.55%-
XYZ4.786.549.19-
YUV63.3139.1299.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 23 (9.38% from 255) = 12.37%
GREEN value IS 80 (31.64% from 255) = 43.01%
BLUE value IS 83 (32.81% from 255) = 44.62%
R=12.37%
G=43.01%
B=44.62%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2380830.720.0400.6718356.620.78
Hex175053484043b73915
Octal27120123110401032677125
Binary10111101000010100111001000100010000111011011111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #175053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #175053; }

 p { color: rgb(23,80,83); }

 H1.HeaderClassName
 {
   color: #175053;
 }
 .AnyTagClassName
 {
   color: #175053;
 }
</style>
background-color css

<style>
 a { background-color: #175053; }

 a { background-color: rgb(23,80,83); }

 div.DivClassName
 {
   background-color: #175053;
 }
 .BgClassName
 {
   background-color: #175053;
 }
</style>
border-color css

<style>
 span { border-color: #175053; }

 span { border-color: rgb(23,80,83); }

 td.TdClassName
 {
   border-color: #175053;
 }
 .TagClassName
 {
   border-color: #175053;
 }
</style>