Html Css Color HEX #175052 Cyprus

📋 copy color: '#175052'

red 23 ◦ green 80 ◦ blue 82

#175052
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cyprus #175052

Tints of Cyprus #175052

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 value IS 0.72

 M value IS 0.02

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#175052 (or 0x175052) is known color: 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

RGB 23 80 82 -
CMYK 0.72 0.02 0 0.68
HSL 182.03º 0.56% 0.21% -
HSV(B) 182.03º 0.72% 0.32% -
XYZ 4.75 6.53 8.99 -
YUV 63.19 138.62 99.34 -
System Red Green Blue C M Y K H S L
Decimal 23 80 82 0.72 0.02 0 0.68 182.03 0.56 0.21
Hex 17 50 52 48 2 0 44 B6 38 15
Octal 27 120 122 110 2 0 104 266 70 25
Binary 10111 1010000 1010010 1001000 10 0 1000100 10110110 111000 10101

Color Harmonies of #175052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175052

Black with #175052

Text Example


Text Example

White with #175052

Text Example


Text Example

HTML Codes & Css Web 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>