#195753

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

Shades of Blue Stone #195753

Tints of Blue Stone #195753

Color information

#195753 (or 0x195753) is unknown color: approx Blue Stone. HEX triplet: 19, 57 and 53. RGB value is (25,87,83). Sum of RGB (Red+Green+Blue) = 25+87+83=195 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.82% from 195); Green value is 87 (34.38% from 255 or 44.62% from 195); Blue value is 83 (32.81% from 255 or 42.56% from 195); Max value from RGB is 87 - color contains mainly: green. Hex color #195753 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195753 is #E6A8AC. Grayscale: #434343. Windows color (decimal): -15116461 or 5461785. OLE color: 5461785.

HSL color Cylindrical-coordinate representation of color #195753: hue angle of 176.13º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #195753 is Cyan = 0.71, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.66.

Color convert

RGB258783-
CMYK0.7100.050.66
HSL176.13º55.36%21.96%-
HSV(B)176.13º71.26%34.12%-
XYZ5.377.659.38-
YUV68.01136.4697.33-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.82%
GREEN value IS 87 (34.38% from 255) = 44.62%
BLUE value IS 83 (32.81% from 255) = 42.56%
R=12.82%
G=44.62%
B=42.56%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2587830.7100.050.66176.1355.3621.96
Hex195753470542b03716
Octal31127123107051022606726
Binary11001101011110100111000111010110000101011000011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #195753; }

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

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

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

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

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

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

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

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