#195553

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

Shades of Blue Stone #195553

Tints of Blue Stone #195553

Color information

#195553 (or 0x195553) is unknown color: approx Blue Stone. HEX triplet: 19, 55 and 53. RGB value is (25,85,83). Sum of RGB (Red+Green+Blue) = 25+85+83=193 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.95% from 193); Green value is 85 (33.59% from 255 or 44.04% from 193); Blue value is 83 (32.81% from 255 or 43.01% from 193); Max value from RGB is 85 - color contains mainly: green. Hex color #195553 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195553 is #E6AAAC. Grayscale: #424242. Windows color (decimal): -15116973 or 5461273. OLE color: 5461273.

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

Color convert

RGB258583-
CMYK0.7100.020.67
HSL178º54.55%21.57%-
HSV(B)178º70.59%33.33%-
XYZ5.217.339.32-
YUV66.83137.1298.16-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.95%
GREEN value IS 85 (33.59% from 255) = 44.04%
BLUE value IS 83 (32.81% from 255) = 43.01%
R=12.95%
G=44.04%
B=43.01%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2585830.7100.020.6717854.5521.57
Hex195553470243b23716
Octal31125123107021032626726
Binary1100110101011010011100011101010000111011001011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #195553; }

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

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

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

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

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

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

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

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