#195957

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

Shades of Blue Stone #195957

Tints of Blue Stone #195957

Color information

#195957 (or 0x195957) is unknown color: approx Blue Stone. HEX triplet: 19, 59 and 57. RGB value is (25,89,87). Sum of RGB (Red+Green+Blue) = 25+89+87=201 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.44% from 201); Green value is 89 (35.16% from 255 or 44.28% from 201); Blue value is 87 (34.38% from 255 or 43.28% from 201); Max value from RGB is 89 - color contains mainly: green. Hex color #195957 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195957 is #E6A6A8. Grayscale: #454545. Windows color (decimal): -15115945 or 5724441. OLE color: 5724441.

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

Color convert

RGB258987-
CMYK0.7200.020.65
HSL178.12º56.14%22.35%-
HSV(B)178.12º71.91%34.9%-
XYZ5.698.0410.27-
YUV69.64137.896.16-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.44%
GREEN value IS 89 (35.16% from 255) = 44.28%
BLUE value IS 87 (34.38% from 255) = 43.28%
R=12.44%
G=44.28%
B=43.28%

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
Decimal2589870.7200.020.65178.1256.1422.35
Hex195957480241b23816
Octal31131127110021012627026
Binary1100110110011010111100100001010000011011001011100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #195957; }

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

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

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

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

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

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

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

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