#195857

Color #195857 Blue Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Stone #195857

Tints of Blue Stone #195857

Color information

#195857 (or 0x195857) is unknown color: approx Blue Stone. HEX triplet: 19, 58 and 57. RGB value is (25,88,87). Sum of RGB (Red+Green+Blue) = 25+88+87=200 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.5% from 200); Green value is 88 (34.77% from 255 or 44% from 200); Blue value is 87 (34.38% from 255 or 43.5% from 200); Max value from RGB is 88 - color contains mainly: green. Hex color #195857 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195857 is #E6A7A8. Grayscale: #444444. Windows color (decimal): -15116201 or 5724185. OLE color: 5724185.

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

Color convert

RGB258887-
CMYK0.7200.010.65
HSL179.05º55.75%22.16%-
HSV(B)179.05º71.59%34.51%-
XYZ5.617.8710.24-
YUV69.05138.1396.58-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.5%
GREEN value IS 88 (34.77% from 255) = 44%
BLUE value IS 87 (34.38% from 255) = 43.5%
R=12.5%
G=44%
B=43.5%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2588870.7200.010.65179.0555.7522.16
Hex195857480141b33816
Octal31130127110011012637026
Binary110011011000101011110010000110000011011001111100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #195857; }

 p { color: rgb(25,88,87); }

 H1.HeaderClassName
 {
   color: #195857;
 }
 .AnyTagClassName
 {
   color: #195857;
 }
</style>
background-color css

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

 a { background-color: rgb(25,88,87); }

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

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

 span { border-color: rgb(25,88,87); }

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