Html Css Color HEX #175257 Blue Stone

📋 copy color: '#175257'

red 23 ◦ green 82 ◦ blue 87

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

Shades of Blue Stone #175257

Tints of Blue Stone #175257

RGB

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

 GREEN value IS 82 (32.42% from 255) = 42.71%

 BLUE value IS 87 (34.38% from 255) = 45.31%

R = 11.98%
G = 42.71%
B = 45.31%

CMYK

 C value IS 0.74

 M value IS 0.06

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#175257 (or 0x175257) is known color: Blue Stone. HEX triplet: 17, 52 and 57. RGB value is (23,82,87). Sum of RGB (Red+Green+Blue) = 23+82+87=192 (25% of max value = 765). Red value is 23 (9.38% from 255 or 11.98% from 192); Green value is 82 (32.42% from 255 or 42.71% from 192); Blue value is 87 (34.38% from 255 or 45.31% from 192); Max value from RGB is 87 - color contains mainly: blue. Hex color #175257 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175257 is #E8ADA8. Grayscale: #404040. Windows color (decimal): -15248809 or 5722647. OLE color: 5722647.

HSL color Cylindrical-coordinate representation of color #175257: hue angle of 184.69º 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 #175257 is Cyan = 0.74, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 23 82 87 -
CMYK 0.74 0.06 0 0.66
HSL 184.69º 0.58% 0.22% -
HSV(B) 184.69º 0.74% 0.34% -
XYZ 5.09 6.9 10.08 -
YUV 64.93 140.45 98.09 -
System Red Green Blue C M Y K H S L
Decimal 23 82 87 0.74 0.06 0 0.66 184.69 0.58 0.22
Hex 17 52 57 4A 6 0 42 B9 3A 16
Octal 27 122 127 112 6 0 102 271 72 26
Binary 10111 1010010 1010111 1001010 110 0 1000010 10111001 111010 10110

Color Harmonies of #175257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175257

Black with #175257

Text Example


Text Example

White with #175257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #175257; }

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

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

background-color css

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

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

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

border-color css

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

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

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