Html Css Color HEX #175655 Blue Stone

📋 copy color: '#175655'

red 23 ◦ green 86 ◦ blue 85

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

Shades of Blue Stone #175655

Tints of Blue Stone #175655

RGB

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

 GREEN value IS 86 (33.98% from 255) = 44.33%

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

R = 11.86%
G = 44.33%
B = 43.81%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.01

 K value IS 0.66

RGB Variations

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

Color information

#175655 (or 0x175655) is known color: Blue Stone. HEX triplet: 17, 56 and 55. RGB value is (23,86,85). Sum of RGB (Red+Green+Blue) = 23+86+85=194 (25% of max value = 765). Red value is 23 (9.38% from 255 or 11.86% from 194); Green value is 86 (33.98% from 255 or 44.33% from 194); Blue value is 85 (33.59% from 255 or 43.81% from 194); Max value from RGB is 86 - color contains mainly: green. Hex color #175655 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175655 is #E8A9AA. Grayscale: #424242. Windows color (decimal): -15247787 or 5592599. OLE color: 5592599.

HSL color Cylindrical-coordinate representation of color #175655: hue angle of 179.05º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #175655 is Cyan = 0.73, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.66.

Color convert

RGB 23 86 85 -
CMYK 0.73 0 0.01 0.66
HSL 179.05º 0.58% 0.21% -
HSV(B) 179.05º 0.73% 0.34% -
XYZ 5.32 7.49 9.76 -
YUV 67.05 138.13 96.58 -
System Red Green Blue C M Y K H S L
Decimal 23 86 85 0.73 0 0.01 0.66 179.05 0.58 0.21
Hex 17 56 55 49 0 1 42 B3 3A 15
Octal 27 126 125 111 0 1 102 263 72 25
Binary 10111 1010110 1010101 1001001 0 1 1000010 10110011 111010 10101

Color Harmonies of #175655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175655

Black with #175655

Text Example


Text Example

White with #175655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #175655; }

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

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

background-color css

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

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

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

border-color css

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

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

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