Html Css Color HEX #175355 Blue Stone

📋 copy color: '#175355'

red 23 ◦ green 83 ◦ blue 85

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

Shades of Blue Stone #175355

Tints of Blue Stone #175355

RGB

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

 GREEN value IS 83 (32.81% from 255) = 43.46%

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

R = 12.04%
G = 43.46%
B = 44.5%

CMYK

 C value IS 0.73

 M value IS 0.02

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#175355 (or 0x175355) is known color: Blue Stone. HEX triplet: 17, 53 and 55. RGB value is (23,83,85). Sum of RGB (Red+Green+Blue) = 23+83+85=191 (25% of max value = 765). Red value is 23 (9.38% from 255 or 12.04% from 191); Green value is 83 (32.81% from 255 or 43.46% from 191); Blue value is 85 (33.59% from 255 or 44.50% from 191); Max value from RGB is 85 - color contains mainly: blue. Hex color #175355 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175355 is #E8ACAA. Grayscale: #414141. Windows color (decimal): -15248555 or 5591831. OLE color: 5591831.

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

Color convert

RGB 23 83 85 -
CMYK 0.73 0.02 0 0.67
HSL 181.94º 0.57% 0.21% -
HSV(B) 181.94º 0.73% 0.33% -
XYZ 5.09 7.02 9.68 -
YUV 65.29 139.12 97.84 -
System Red Green Blue C M Y K H S L
Decimal 23 83 85 0.73 0.02 0 0.67 181.94 0.57 0.21
Hex 17 53 55 49 2 0 43 B6 39 15
Octal 27 123 125 111 2 0 103 266 71 25
Binary 10111 1010011 1010101 1001001 10 0 1000011 10110110 111001 10101

Color Harmonies of #175355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175355

Black with #175355

Text Example


Text Example

White with #175355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #175355; }

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

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

background-color css

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

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

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

border-color css

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

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

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