#195858

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

Shades of Blue Stone #195858

Tints of Blue Stone #195858

Color information

#195858 (or 0x195858) is unknown color: approx Blue Stone. HEX triplet: 19, 58 and 58. RGB value is (25,88,88). Sum of RGB (Red+Green+Blue) = 25+88+88=201 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.44% from 201); Green value is 88 (34.77% from 255 or 43.78% from 201); Blue value is 88 (34.77% from 255 or 43.78% from 201); Max value from RGB is 88 - color contains mainly: green, blue. Hex color #195858 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195858 is #E6A7A7. Grayscale: #454545. Windows color (decimal): -15116200 or 5789721. OLE color: 5789721.

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

Color convert

RGB258888-
CMYK0.72000.65
HSL180º55.75%22.16%-
HSV(B)180º71.59%34.51%-
XYZ5.657.8910.46-
YUV69.16138.6396.5-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.44%
GREEN value IS 88 (34.77% from 255) = 43.78%
BLUE value IS 88 (34.77% from 255) = 43.78%
R=12.44%
G=43.78%
B=43.78%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2588880.72000.6518055.7522.16
Hex195858480041b43816
Octal31130130110001012647026
Binary110011011000101100010010000010000011011010011100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #195858; }

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

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

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

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

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

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

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

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