#195555

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

Shades of Blue Stone #195555

Tints of Blue Stone #195555

Color information

#195555 (or 0x195555) is unknown color: approx Blue Stone. HEX triplet: 19, 55 and 55. RGB value is (25,85,85). Sum of RGB (Red+Green+Blue) = 25+85+85=195 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.82% from 195); Green value is 85 (33.59% from 255 or 43.59% from 195); Blue value is 85 (33.59% from 255 or 43.59% from 195); Max value from RGB is 85 - color contains mainly: green, blue. Hex color #195555 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195555 is #E6AAAA. Grayscale: #434343. Windows color (decimal): -15116971 or 5592345. OLE color: 5592345.

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

Color convert

RGB258585-
CMYK0.71000.67
HSL180º54.55%21.57%-
HSV(B)180º70.59%33.33%-
XYZ5.297.369.74-
YUV67.06138.1298-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.82%
GREEN value IS 85 (33.59% from 255) = 43.59%
BLUE value IS 85 (33.59% from 255) = 43.59%
R=12.82%
G=43.59%
B=43.59%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2585850.71000.6718054.5521.57
Hex195555470043b43716
Octal31125125107001032646726
Binary110011010101101010110001110010000111011010011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #195555; }

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

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

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

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

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

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

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

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