Html Css Color HEX #175755 Blue Stone

📋 copy color: '#175755'

red 23 ◦ green 87 ◦ blue 85

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

Shades of Blue Stone #175755

Tints of Blue Stone #175755

RGB

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

 GREEN value IS 87 (34.38% from 255) = 44.62%

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

R = 11.79%
G = 44.62%
B = 43.59%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.02

 K value IS 0.66

RGB Variations

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

Color information

#175755 (or 0x175755) is known color: Blue Stone. HEX triplet: 17, 57 and 55. RGB value is (23,87,85). Sum of RGB (Red+Green+Blue) = 23+87+85=195 (25% of max value = 765). Red value is 23 (9.38% from 255 or 11.79% from 195); Green value is 87 (34.38% from 255 or 44.62% from 195); Blue value is 85 (33.59% from 255 or 43.59% from 195); Max value from RGB is 87 - color contains mainly: green. Hex color #175755 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175755 is #E8A8AA. Grayscale: #434343. Windows color (decimal): -15247531 or 5592855. OLE color: 5592855.

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

Color convert

RGB 23 87 85 -
CMYK 0.74 0 0.02 0.66
HSL 178.13º 0.58% 0.22% -
HSV(B) 178.13º 0.74% 0.34% -
XYZ 5.4 7.65 9.79 -
YUV 67.64 137.8 96.16 -
System Red Green Blue C M Y K H S L
Decimal 23 87 85 0.74 0 0.02 0.66 178.13 0.58 0.22
Hex 17 57 55 4A 0 2 42 B2 3A 16
Octal 27 127 125 112 0 2 102 262 72 26
Binary 10111 1010111 1010101 1001010 0 10 1000010 10110010 111010 10110

Color Harmonies of #175755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175755

Black with #175755

Text Example


Text Example

White with #175755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #175755; }

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

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

background-color css

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

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

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

border-color css

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

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

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