Html Css Color HEX #175965 Blue Stone

📋 copy color: '#175965'

red 23 ◦ green 89 ◦ blue 101

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

Shades of Blue Stone #175965

Tints of Blue Stone #175965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 47.42%

R = 10.8%
G = 41.78%
B = 47.42%

CMYK

 C value IS 0.77

 M value IS 0.12

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#175965 (or 0x175965) is known color: Blue Stone. HEX triplet: 17, 59 and 65. RGB value is (23,89,101). Sum of RGB (Red+Green+Blue) = 23+89+101=213 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.80% from 213); Green value is 89 (35.16% from 255 or 41.78% from 213); Blue value is 101 (39.84% from 255 or 47.42% from 213); Max value from RGB is 101 - color contains mainly: blue. Hex color #175965 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175965 is #E8A69A. Grayscale: #464646. Windows color (decimal): -15247003 or 6641943. OLE color: 6641943.

HSL color Cylindrical-coordinate representation of color #175965: hue angle of 189.23º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #175965 is Cyan = 0.77, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 23 89 101 -
CMYK 0.77 0.12 0 0.60
HSL 189.23º 0.63% 0.24% -
HSV(B) 189.23º 0.77% 0.4% -
XYZ 6.27 8.27 13.58 -
YUV 70.63 145.13 94.02 -
System Red Green Blue C M Y K H S L
Decimal 23 89 101 0.77 0.12 0 0.60 189.23 0.63 0.24
Hex 17 59 65 4D C 0 3C BD 3F 18
Octal 27 131 145 115 14 0 74 275 77 30
Binary 10111 1011001 1100101 1001101 1100 0 111100 10111101 111111 11000

Color Harmonies of #175965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175965

Black with #175965

Text Example


Text Example

White with #175965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #175965; }

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

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

background-color css

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

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

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

border-color css

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

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

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