Html Css Color HEX #175359 Blue Stone

📋 copy color: '#175359'

red 23 ◦ green 83 ◦ blue 89

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

Shades of Blue Stone #175359

Tints of Blue Stone #175359

RGB

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

 GREEN value IS 83 (32.81% from 255) = 42.56%

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

R = 11.79%
G = 42.56%
B = 45.64%

CMYK

 C value IS 0.74

 M value IS 0.07

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#175359 (or 0x175359) is known color: Blue Stone. HEX triplet: 17, 53 and 59. RGB value is (23,83,89). Sum of RGB (Red+Green+Blue) = 23+83+89=195 (25% of max value = 765). Red value is 23 (9.38% from 255 or 11.79% from 195); Green value is 83 (32.81% from 255 or 42.56% from 195); Blue value is 89 (35.16% from 255 or 45.64% from 195); Max value from RGB is 89 - color contains mainly: blue. Hex color #175359 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175359 is #E8ACA6. Grayscale: #414141. Windows color (decimal): -15248551 or 5853975. OLE color: 5853975.

HSL color Cylindrical-coordinate representation of color #175359: hue angle of 185.45º 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 #175359 is Cyan = 0.74, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 23 83 89 -
CMYK 0.74 0.07 0 0.65
HSL 185.45º 0.59% 0.22% -
HSV(B) 185.45º 0.74% 0.35% -
XYZ 5.25 7.09 10.54 -
YUV 65.74 141.12 97.51 -
System Red Green Blue C M Y K H S L
Decimal 23 83 89 0.74 0.07 0 0.65 185.45 0.59 0.22
Hex 17 53 59 4A 7 0 41 B9 3B 16
Octal 27 123 131 112 7 0 101 271 73 26
Binary 10111 1010011 1011001 1001010 111 0 1000001 10111001 111011 10110

Color Harmonies of #175359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175359

Black with #175359

Text Example


Text Example

White with #175359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #175359; }

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

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

background-color css

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

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

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

border-color css

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

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

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