#195856

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

Shades of Blue Stone #195856

Tints of Blue Stone #195856

Color information

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

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

Color convert

RGB258886-
CMYK0.7200.020.65
HSL178.1º55.75%22.16%-
HSV(B)178.1º71.59%34.51%-
XYZ5.577.8610.03-
YUV68.94137.6396.66-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2588860.7200.020.65178.155.7522.16
Hex195856480241b23816
Octal31130126110021012627026
Binary1100110110001010110100100001010000011011001011100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #195856; }

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

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

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

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

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

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

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

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