#175253

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

Shades of Cyprus #175253

Tints of Cyprus #175253

Color information

#175253 (or 0x175253) is unknown color: approx Cyprus. HEX triplet: 17, 52 and 53. RGB value is (23,82,83). Sum of RGB (Red+Green+Blue) = 23+82+83=188 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.23% from 188); Green value is 82 (32.42% from 255 or 43.62% from 188); Blue value is 83 (32.81% from 255 or 44.15% from 188); Max value from RGB is 83 - color contains mainly: blue. Hex color #175253 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175253 is #E8ADAC. Grayscale: #404040. Windows color (decimal): -15248813 or 5460503. OLE color: 5460503.

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

Color convert

RGB238283-
CMYK0.720.0100.67
HSL181º56.6%20.78%-
HSV(B)181º72.29%32.55%-
XYZ4.936.849.24-
YUV64.47138.4598.42-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 12.23%
GREEN value IS 82 (32.42% from 255) = 43.62%
BLUE value IS 83 (32.81% from 255) = 44.15%
R=12.23%
G=43.62%
B=44.15%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2382830.720.0100.6718156.620.78
Hex175253481043b53915
Octal27122123110101032657125
Binary101111010010101001110010001010000111011010111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #175253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #175253; }

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

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

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

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

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

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

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

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