#195657

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

Shades of Blue Stone #195657

Tints of Blue Stone #195657

Color information

#195657 (or 0x195657) is unknown color: approx Blue Stone. HEX triplet: 19, 56 and 57. RGB value is (25,86,87). Sum of RGB (Red+Green+Blue) = 25+86+87=198 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.63% from 198); Green value is 86 (33.98% from 255 or 43.43% from 198); Blue value is 87 (34.38% from 255 or 43.94% from 198); Max value from RGB is 87 - color contains mainly: blue. Hex color #195657 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195657 is #E6A9A8. Grayscale: #434343. Windows color (decimal): -15116713 or 5723673. OLE color: 5723673.

HSL color Cylindrical-coordinate representation of color #195657: hue angle of 180.97º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #195657 is Cyan = 0.71, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB258687-
CMYK0.710.0100.66
HSL180.97º55.36%21.96%-
HSV(B)180.97º71.26%34.12%-
XYZ5.457.5510.19-
YUV67.88138.7997.42-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.63%
GREEN value IS 86 (33.98% from 255) = 43.43%
BLUE value IS 87 (34.38% from 255) = 43.94%
R=12.63%
G=43.43%
B=43.94%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2586870.710.0100.66180.9755.3621.96
Hex195657471042b53716
Octal31126127107101022656726
Binary110011010110101011110001111010000101011010111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #195657; }

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

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

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

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

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

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

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

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