#195658

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

Shades of Blue Stone #195658

Tints of Blue Stone #195658

Color information

#195658 (or 0x195658) is unknown color: approx Blue Stone. HEX triplet: 19, 56 and 58. RGB value is (25,86,88). Sum of RGB (Red+Green+Blue) = 25+86+88=199 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.56% from 199); Green value is 86 (33.98% from 255 or 43.22% from 199); Blue value is 88 (34.77% from 255 or 44.22% from 199); Max value from RGB is 88 - color contains mainly: blue. Hex color #195658 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195658 is #E6A9A7. Grayscale: #434343. Windows color (decimal): -15116712 or 5789209. OLE color: 5789209.

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

Color convert

RGB258688-
CMYK0.720.0200.65
HSL181.9º55.75%22.16%-
HSV(B)181.9º71.59%34.51%-
XYZ5.497.5710.4-
YUV67.99139.2997.34-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.56%
GREEN value IS 86 (33.98% from 255) = 43.22%
BLUE value IS 88 (34.77% from 255) = 44.22%
R=12.56%
G=43.22%
B=44.22%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2586880.720.0200.65181.955.7522.16
Hex195658482041b63816
Octal31126130110201012667026
Binary1100110101101011000100100010010000011011011011100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #195658; }

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

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

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

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

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

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

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

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