Html Css Color HEX #175553 Blue Stone

📋 copy color: '#175553'

red 23 ◦ green 85 ◦ blue 83

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

Shades of Blue Stone #175553

Tints of Blue Stone #175553

RGB

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

 GREEN value IS 85 (33.59% from 255) = 44.5%

 BLUE value IS 83 (32.81% from 255) = 43.46%

R = 12.04%
G = 44.5%
B = 43.46%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.02

 K value IS 0.67

RGB Variations

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

Color information

#175553 (or 0x175553) is known color: Blue Stone. HEX triplet: 17, 55 and 53. RGB value is (23,85,83). Sum of RGB (Red+Green+Blue) = 23+85+83=191 (25% of max value = 765). Red value is 23 (9.38% from 255 or 12.04% from 191); Green value is 85 (33.59% from 255 or 44.50% from 191); Blue value is 83 (32.81% from 255 or 43.46% from 191); Max value from RGB is 85 - color contains mainly: green. Hex color #175553 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175553 is #E8AAAC. Grayscale: #424242. Windows color (decimal): -15248045 or 5461271. OLE color: 5461271.

HSL color Cylindrical-coordinate representation of color #175553: hue angle of 178.06º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #175553 is Cyan = 0.73, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.67.

Color convert

RGB 23 85 83 -
CMYK 0.73 0 0.02 0.67
HSL 178.06º 0.57% 0.21% -
HSV(B) 178.06º 0.73% 0.33% -
XYZ 5.16 7.3 9.32 -
YUV 66.23 137.46 97.16 -
System Red Green Blue C M Y K H S L
Decimal 23 85 83 0.73 0 0.02 0.67 178.06 0.57 0.21
Hex 17 55 53 49 0 2 43 B2 39 15
Octal 27 125 123 111 0 2 103 262 71 25
Binary 10111 1010101 1010011 1001001 0 10 1000011 10110010 111001 10101

Color Harmonies of #175553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175553

Black with #175553

Text Example


Text Example

White with #175553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #175553; }

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

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

background-color css

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

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

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

border-color css

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

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

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