#195854

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

Shades of Blue Stone #195854

Tints of Blue Stone #195854

Color information

#195854 (or 0x195854) is unknown color: approx Blue Stone. HEX triplet: 19, 58 and 54. RGB value is (25,88,84). Sum of RGB (Red+Green+Blue) = 25+88+84=197 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.69% from 197); Green value is 88 (34.77% from 255 or 44.67% from 197); Blue value is 84 (33.20% from 255 or 42.64% from 197); Max value from RGB is 88 - color contains mainly: green. Hex color #195854 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195854 is #E6A7AB. Grayscale: #444444. Windows color (decimal): -15116204 or 5527577. OLE color: 5527577.

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

Color convert

RGB258884-
CMYK0.7200.050.65
HSL176.19º55.75%22.16%-
HSV(B)176.19º71.59%34.51%-
XYZ5.497.839.61-
YUV68.71136.6396.83-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.69%
GREEN value IS 88 (34.77% from 255) = 44.67%
BLUE value IS 84 (33.20% from 255) = 42.64%
R=12.69%
G=44.67%
B=42.64%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2588840.7200.050.65176.1955.7522.16
Hex195854480541b03816
Octal31130124110051012607026
Binary11001101100010101001001000010110000011011000011100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #195854; }

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

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

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

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

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

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

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

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