#195557

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

Shades of Blue Stone #195557

Tints of Blue Stone #195557

Color information

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

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

Color convert

RGB258587-
CMYK0.710.0200.66
HSL181.94º55.36%21.96%-
HSV(B)181.94º71.26%34.12%-
XYZ5.377.3910.16-
YUV67.29139.1297.84-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2585870.710.0200.66181.9455.3621.96
Hex195557472042b63716
Octal31125127107201022666726
Binary1100110101011010111100011110010000101011011011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #195557; }

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

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

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

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

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

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

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

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