Html Css Color HEX #175752 Blue Stone

📋 copy color: '#175752'

red 23 ◦ green 87 ◦ blue 82

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

Shades of Blue Stone #175752

Tints of Blue Stone #175752

RGB

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

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

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

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

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.06

 K value IS 0.66

RGB Variations

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

Color information

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

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

Color convert

RGB 23 87 82 -
CMYK 0.74 0 0.06 0.66
HSL 175.31º 0.58% 0.22% -
HSV(B) 175.31º 0.74% 0.34% -
XYZ 5.28 7.61 9.17 -
YUV 67.29 136.3 96.41 -
System Red Green Blue C M Y K H S L
Decimal 23 87 82 0.74 0 0.06 0.66 175.31 0.58 0.22
Hex 17 57 52 4A 0 6 42 AF 3A 16
Octal 27 127 122 112 0 6 102 257 72 26
Binary 10111 1010111 1010010 1001010 0 110 1000010 10101111 111010 10110

Color Harmonies of #175752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175752

Black with #175752

Text Example


Text Example

White with #175752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #175752; }

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

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

background-color css

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

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

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

border-color css

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

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

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