Html Css Color HEX #175055 Cyprus

📋 copy color: '#175055'

red 23 ◦ green 80 ◦ blue 85

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

Shades of Cyprus #175055

Tints of Cyprus #175055

RGB

 RED value IS 23 (9.38% from 255) = 12.23%

 GREEN value IS 80 (31.64% from 255) = 42.55%

 BLUE value IS 85 (33.59% from 255) = 45.21%

R = 12.23%
G = 42.55%
B = 45.21%

CMYK

 C value IS 0.73

 M value IS 0.06

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#175055 (or 0x175055) is known color: Cyprus. HEX triplet: 17, 50 and 55. RGB value is (23,80,85). Sum of RGB (Red+Green+Blue) = 23+80+85=188 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.23% from 188); Green value is 80 (31.64% from 255 or 42.55% from 188); Blue value is 85 (33.59% from 255 or 45.21% from 188); Max value from RGB is 85 - color contains mainly: blue. Hex color #175055 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175055 is #E8AFAA. Grayscale: #3F3F3F. Windows color (decimal): -15249323 or 5591063. OLE color: 5591063.

HSL color Cylindrical-coordinate representation of color #175055: hue angle of 184.84º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #175055 is Cyan = 0.73, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 23 80 85 -
CMYK 0.73 0.06 0 0.67
HSL 184.84º 0.57% 0.21% -
HSV(B) 184.84º 0.73% 0.33% -
XYZ 4.86 6.58 9.61 -
YUV 63.53 140.12 99.09 -
System Red Green Blue C M Y K H S L
Decimal 23 80 85 0.73 0.06 0 0.67 184.84 0.57 0.21
Hex 17 50 55 49 6 0 43 B9 39 15
Octal 27 120 125 111 6 0 103 271 71 25
Binary 10111 1010000 1010101 1001001 110 0 1000011 10111001 111001 10101

Color Harmonies of #175055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175055

Black with #175055

Text Example


Text Example

White with #175055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #175055; }

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

 H1.HeaderClassName
 {
   color: #175055;
 }
 .AnyTagClassName
 {
   color: #175055;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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