Html Css Color HEX #17595D Blue Stone

📋 copy color: '#17595D'

red 23 ◦ green 89 ◦ blue 93

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

Shades of Blue Stone #17595D

Tints of Blue Stone #17595D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 43.41%

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

R = 11.22%
G = 43.41%
B = 45.37%

CMYK

 C value IS 0.75

 M value IS 0.04

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#17595D (or 0x17595D) is known color: Blue Stone. HEX triplet: 17, 59 and 5D. RGB value is (23,89,93). Sum of RGB (Red+Green+Blue) = 23+89+93=205 (27% of max value = 765). Red value is 23 (9.38% from 255 or 11.22% from 205); Green value is 89 (35.16% from 255 or 43.41% from 205); Blue value is 93 (36.72% from 255 or 45.37% from 205); Max value from RGB is 93 - color contains mainly: blue. Hex color #17595D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17595D is #E8A6A2. Grayscale: #454545. Windows color (decimal): -15247011 or 6117655. OLE color: 6117655.

HSL color Cylindrical-coordinate representation of color #17595D: hue angle of 183.43º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #17595D is Cyan = 0.75, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 23 89 93 -
CMYK 0.75 0.04 0 0.64
HSL 183.43º 0.6% 0.23% -
HSV(B) 183.43º 0.75% 0.36% -
XYZ 5.9 8.12 11.61 -
YUV 69.72 141.13 94.67 -
System Red Green Blue C M Y K H S L
Decimal 23 89 93 0.75 0.04 0 0.64 183.43 0.6 0.23
Hex 17 59 5D 4B 4 0 40 B7 3C 17
Octal 27 131 135 113 4 0 100 267 74 27
Binary 10111 1011001 1011101 1001011 100 0 1000000 10110111 111100 10111

Color Harmonies of #17595D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17595D

Black with #17595D

Text Example


Text Example

White with #17595D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #17595D; }

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

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

background-color css

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

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

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

border-color css

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

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

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