Html Css Color HEX #17585B Blue Stone

📋 copy color: '#17585B'

red 23 ◦ green 88 ◦ blue 91

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

Shades of Blue Stone #17585B

Tints of Blue Stone #17585B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 45.05%

R = 11.39%
G = 43.56%
B = 45.05%

CMYK

 C value IS 0.75

 M value IS 0.03

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#17585B (or 0x17585B) is known color: Blue Stone. HEX triplet: 17, 58 and 5B. RGB value is (23,88,91). Sum of RGB (Red+Green+Blue) = 23+88+91=202 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.39% from 202); Green value is 88 (34.77% from 255 or 43.56% from 202); Blue value is 91 (35.94% from 255 or 45.05% from 202); Max value from RGB is 91 - color contains mainly: blue. Hex color #17585B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17585B is #E8A7A4. Grayscale: #444444. Windows color (decimal): -15247269 or 5986327. OLE color: 5986327.

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

Color convert

RGB 23 88 91 -
CMYK 0.75 0.03 0 0.64
HSL 182.65º 0.6% 0.22% -
HSV(B) 182.65º 0.75% 0.36% -
XYZ 5.73 7.92 11.12 -
YUV 68.91 140.47 95.26 -
System Red Green Blue C M Y K H S L
Decimal 23 88 91 0.75 0.03 0 0.64 182.65 0.6 0.22
Hex 17 58 5B 4B 3 0 40 B7 3C 16
Octal 27 130 133 113 3 0 100 267 74 26
Binary 10111 1011000 1011011 1001011 11 0 1000000 10110111 111100 10110

Color Harmonies of #17585B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17585B

Black with #17585B

Text Example


Text Example

White with #17585B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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