Html Css Color HEX #175F5D Blue Stone

📋 copy color: '#175F5D'

red 23 ◦ green 95 ◦ blue 93

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

Shades of Blue Stone #175F5D

Tints of Blue Stone #175F5D

RGB

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

 GREEN value IS 95 (37.5% from 255) = 45.02%

 BLUE value IS 93 (36.72% from 255) = 44.08%

R = 10.9%
G = 45.02%
B = 44.08%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.02

 K value IS 0.63

RGB Variations

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

Color information

#175F5D (or 0x175F5D) is known color: Blue Stone. HEX triplet: 17, 5F and 5D. RGB value is (23,95,93). Sum of RGB (Red+Green+Blue) = 23+95+93=211 (27% of max value = 765). Red value is 23 (9.38% from 255 or 10.90% from 211); Green value is 95 (37.5% from 255 or 45.02% from 211); Blue value is 93 (36.72% from 255 or 44.08% from 211); Max value from RGB is 95 - color contains mainly: green. Hex color #175F5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175F5D is #E8A0A2. Grayscale: #494949. Windows color (decimal): -15245475 or 6119191. OLE color: 6119191.

HSL color Cylindrical-coordinate representation of color #175F5D: hue angle of 178.33º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #175F5D is Cyan = 0.76, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.63.

Color convert

RGB 23 95 93 -
CMYK 0.76 0 0.02 0.63
HSL 178.33º 0.61% 0.23% -
HSV(B) 178.33º 0.76% 0.37% -
XYZ 6.42 9.16 11.78 -
YUV 73.24 139.15 92.16 -
System Red Green Blue C M Y K H S L
Decimal 23 95 93 0.76 0 0.02 0.63 178.33 0.61 0.23
Hex 17 5F 5D 4C 0 2 3F B2 3D 17
Octal 27 137 135 114 0 2 77 262 75 27
Binary 10111 1011111 1011101 1001100 0 10 111111 10110010 111101 10111

Color Harmonies of #175F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175F5D

Black with #175F5D

Text Example


Text Example

White with #175F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #175F5D; }

 p { color: rgb(23,95,93); }

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

background-color css

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

 a { background-color: rgb(23,95,93); }

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

border-color css

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

 span { border-color: rgb(23,95,93); }

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