Html Css Color HEX #175358 Blue Stone

📋 copy color: '#175358'

red 23 ◦ green 83 ◦ blue 88

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

Shades of Blue Stone #175358

Tints of Blue Stone #175358

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 45.36%

R = 11.86%
G = 42.78%
B = 45.36%

CMYK

 C value IS 0.74

 M value IS 0.06

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#175358 (or 0x175358) is known color: Blue Stone. HEX triplet: 17, 53 and 58. RGB value is (23,83,88). Sum of RGB (Red+Green+Blue) = 23+83+88=194 (25% of max value = 765). Red value is 23 (9.38% from 255 or 11.86% from 194); Green value is 83 (32.81% from 255 or 42.78% from 194); Blue value is 88 (34.77% from 255 or 45.36% from 194); Max value from RGB is 88 - color contains mainly: blue. Hex color #175358 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175358 is #E8ACA7. Grayscale: #414141. Windows color (decimal): -15248552 or 5788439. OLE color: 5788439.

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

Color convert

RGB 23 83 88 -
CMYK 0.74 0.06 0 0.65
HSL 184.62º 0.59% 0.22% -
HSV(B) 184.62º 0.74% 0.35% -
XYZ 5.21 7.07 10.32 -
YUV 65.63 140.62 97.59 -
System Red Green Blue C M Y K H S L
Decimal 23 83 88 0.74 0.06 0 0.65 184.62 0.59 0.22
Hex 17 53 58 4A 6 0 41 B9 3B 16
Octal 27 123 130 112 6 0 101 271 73 26
Binary 10111 1010011 1011000 1001010 110 0 1000001 10111001 111011 10110

Color Harmonies of #175358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175358

Black with #175358

Text Example


Text Example

White with #175358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #175358; }

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

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

background-color css

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

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

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

border-color css

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

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

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