#195755

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

Shades of Blue Stone #195755

Tints of Blue Stone #195755

Color information

#195755 (or 0x195755) is unknown color: approx Blue Stone. HEX triplet: 19, 57 and 55. RGB value is (25,87,85). Sum of RGB (Red+Green+Blue) = 25+87+85=197 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.69% from 197); Green value is 87 (34.38% from 255 or 44.16% from 197); Blue value is 85 (33.59% from 255 or 43.15% from 197); Max value from RGB is 87 - color contains mainly: green. Hex color #195755 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195755 is #E6A8AA. Grayscale: #444444. Windows color (decimal): -15116459 or 5592857. OLE color: 5592857.

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

Color convert

RGB258785-
CMYK0.7100.020.66
HSL178.06º55.36%21.96%-
HSV(B)178.06º71.26%34.12%-
XYZ5.457.689.79-
YUV68.23137.4697.16-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.69%
GREEN value IS 87 (34.38% from 255) = 44.16%
BLUE value IS 85 (33.59% from 255) = 43.15%
R=12.69%
G=44.16%
B=43.15%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2587850.7100.020.66178.0655.3621.96
Hex195755470242b23716
Octal31127125107021022626726
Binary1100110101111010101100011101010000101011001011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #195755; }

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

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

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

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

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

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

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

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