#195758

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

Shades of Blue Stone #195758

Tints of Blue Stone #195758

Color information

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

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

Color convert

RGB258788-
CMYK0.720.0100.65
HSL180.95º55.75%22.16%-
HSV(B)180.95º71.59%34.51%-
XYZ5.577.7310.43-
YUV68.58138.9696.92-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2587880.720.0100.65180.9555.7522.16
Hex195758481041b53816
Octal31127130110101012657026
Binary110011010111101100010010001010000011011010111100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #195758; }

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

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

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

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

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

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

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

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