#195558

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

Shades of Blue Stone #195558

Tints of Blue Stone #195558

Color information

#195558 (or 0x195558) is unknown color: approx Blue Stone. HEX triplet: 19, 55 and 58. RGB value is (25,85,88). Sum of RGB (Red+Green+Blue) = 25+85+88=198 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.63% from 198); Green value is 85 (33.59% from 255 or 42.93% from 198); Blue value is 88 (34.77% from 255 or 44.44% from 198); Max value from RGB is 88 - color contains mainly: blue. Hex color #195558 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195558 is #E6AAA7. Grayscale: #434343. Windows color (decimal): -15116968 or 5788953. OLE color: 5788953.

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

Color convert

RGB258588-
CMYK0.720.0300.65
HSL182.86º55.75%22.16%-
HSV(B)182.86º71.59%34.51%-
XYZ5.417.4110.38-
YUV67.4139.6297.76-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.63%
GREEN value IS 85 (33.59% from 255) = 42.93%
BLUE value IS 88 (34.77% from 255) = 44.44%
R=12.63%
G=42.93%
B=44.44%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2585880.720.0300.65182.8655.7522.16
Hex195558483041b73816
Octal31125130110301012677026
Binary1100110101011011000100100011010000011011011111100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #195558; }

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

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

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

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

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

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

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

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