#175052

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

Shades of Cyprus #175052

Tints of Cyprus #175052

Color information

#175052 (or 0x175052) is unknown color: approx Cyprus. HEX triplet: 17, 50 and 52. RGB value is (23,80,82). Sum of RGB (Red+Green+Blue) = 23+80+82=185 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.43% from 185); Green value is 80 (31.64% from 255 or 43.24% from 185); Blue value is 82 (32.42% from 255 or 44.32% from 185); Max value from RGB is 82 - color contains mainly: blue. Hex color #175052 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175052 is #E8AFAD. Grayscale: #3F3F3F. Windows color (decimal): -15249326 or 5394455. OLE color: 5394455.

HSL color Cylindrical-coordinate representation of color #175052: hue angle of 182.03º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #175052 is Cyan = 0.72, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB238082-
CMYK0.720.0200.68
HSL182.03º56.19%20.59%-
HSV(B)182.03º71.95%32.16%-
XYZ4.756.538.99-
YUV63.18138.6299.34-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 12.43%
GREEN value IS 80 (31.64% from 255) = 43.24%
BLUE value IS 82 (32.42% from 255) = 44.32%
R=12.43%
G=43.24%
B=44.32%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2380820.720.0200.68182.0356.1920.59
Hex175052482044b63815
Octal27120122110201042667025
Binary1011110100001010010100100010010001001011011011100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #175052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #175052; }

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

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

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

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

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

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

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

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