Html Css Color HEX #17585D Blue Stone

📋 copy color: '#17585D'

red 23 ◦ green 88 ◦ blue 93

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

Shades of Blue Stone #17585D

Tints of Blue Stone #17585D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 43.14%

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

R = 11.27%
G = 43.14%
B = 45.59%

CMYK

 C value IS 0.75

 M value IS 0.05

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#17585D (or 0x17585D) is known color: Blue Stone. HEX triplet: 17, 58 and 5D. RGB value is (23,88,93). Sum of RGB (Red+Green+Blue) = 23+88+93=204 (27% of max value = 765). Red value is 23 (9.38% from 255 or 11.27% from 204); Green value is 88 (34.77% from 255 or 43.14% from 204); Blue value is 93 (36.72% from 255 or 45.59% from 204); Max value from RGB is 93 - color contains mainly: blue. Hex color #17585D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17585D is #E8A7A2. Grayscale: #454545. Windows color (decimal): -15247267 or 6117399. OLE color: 6117399.

HSL color Cylindrical-coordinate representation of color #17585D: hue angle of 184.29º 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 #17585D is Cyan = 0.75, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 23 88 93 -
CMYK 0.75 0.05 0 0.64
HSL 184.29º 0.6% 0.23% -
HSV(B) 184.29º 0.75% 0.36% -
XYZ 5.82 7.95 11.58 -
YUV 69.14 141.47 95.09 -
System Red Green Blue C M Y K H S L
Decimal 23 88 93 0.75 0.05 0 0.64 184.29 0.6 0.23
Hex 17 58 5D 4B 5 0 40 B8 3C 17
Octal 27 130 135 113 5 0 100 270 74 27
Binary 10111 1011000 1011101 1001011 101 0 1000000 10111000 111100 10111

Color Harmonies of #17585D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17585D

Black with #17585D

Text Example


Text Example

White with #17585D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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