Html Css Color HEX #175959 Blue Stone

📋 copy color: '#175959'

red 23 ◦ green 89 ◦ blue 89

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

Shades of Blue Stone #175959

Tints of Blue Stone #175959

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 44.28%

R = 11.44%
G = 44.28%
B = 44.28%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#175959 (or 0x175959) is known color: Blue Stone. HEX triplet: 17, 59 and 59. RGB value is (23,89,89). Sum of RGB (Red+Green+Blue) = 23+89+89=201 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.44% from 201); Green value is 89 (35.16% from 255 or 44.28% from 201); Blue value is 89 (35.16% from 255 or 44.28% from 201); Max value from RGB is 89 - color contains mainly: green, blue. Hex color #175959 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175959 is #E8A6A6. Grayscale: #454545. Windows color (decimal): -15247015 or 5855511. OLE color: 5855511.

HSL color Cylindrical-coordinate representation of color #175959: hue angle of 180º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #175959 is Cyan = 0.74, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 23 89 89 -
CMYK 0.74 0 0 0.65
HSL 180º 0.59% 0.22% -
HSV(B) 180º 0.74% 0.35% -
XYZ 5.73 8.05 10.7 -
YUV 69.27 139.13 95 -
System Red Green Blue C M Y K H S L
Decimal 23 89 89 0.74 0 0 0.65 180 0.59 0.22
Hex 17 59 59 4A 0 0 41 B4 3B 16
Octal 27 131 131 112 0 0 101 264 73 26
Binary 10111 1011001 1011001 1001010 0 0 1000001 10110100 111011 10110

Color Harmonies of #175959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175959

Black with #175959

Text Example


Text Example

White with #175959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #175959; }

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

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

background-color css

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

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

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

border-color css

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

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

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