Html Css Color HEX #175253 Cyprus

📋 copy color: '#175253'

red 23 ◦ green 82 ◦ blue 83

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

Shades of Cyprus #175253

Tints of Cyprus #175253

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

 M value IS 0.01

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

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

RGB 23 82 83 -
CMYK 0.72 0.01 0 0.67
HSL 181º 0.57% 0.21% -
HSV(B) 181º 0.72% 0.33% -
XYZ 4.93 6.84 9.24 -
YUV 64.47 138.45 98.42 -
System Red Green Blue C M Y K H S L
Decimal 23 82 83 0.72 0.01 0 0.67 181 0.57 0.21
Hex 17 52 53 48 1 0 43 B5 39 15
Octal 27 122 123 110 1 0 103 265 71 25
Binary 10111 1010010 1010011 1001000 1 0 1000011 10110101 111001 10101

Color Harmonies of #175253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175253

Black with #175253

Text Example


Text Example

White with #175253

Text Example


Text Example

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