#19655C

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

Shades of Blue Stone #19655C

Tints of Blue Stone #19655C

Color information

#19655C (or 0x19655C) is unknown color: approx Blue Stone. HEX triplet: 19, 65 and 5C. RGB value is (25,101,92). Sum of RGB (Red+Green+Blue) = 25+101+92=218 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.47% from 218); Green value is 101 (39.84% from 255 or 46.33% from 218); Blue value is 92 (36.33% from 255 or 42.20% from 218); Max value from RGB is 101 - color contains mainly: green. Hex color #19655C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19655C is #E69AA3. Grayscale: #4D4D4D. Windows color (decimal): -15112868 or 6055193. OLE color: 6055193.

HSL color Cylindrical-coordinate representation of color #19655C: hue angle of 172.89º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #19655C is Cyan = 0.75, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.60.

Color convert

RGB2510192-
CMYK0.7500.090.60
HSL172.89º60.32%24.71%-
HSV(B)172.89º75.25%39.61%-
XYZ6.9910.2911.74-
YUV77.25136.3290.73-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.47%
GREEN value IS 101 (39.84% from 255) = 46.33%
BLUE value IS 92 (36.33% from 255) = 42.20%
R=11.47%
G=46.33%
B=42.20%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal25101920.7500.090.60172.8960.3224.71
Hex19655C4B093Cad3c19
Octal31145134113011742557431
Binary11001110010110111001001011010011111001010110111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19655C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19655C; }

 p { color: rgb(25,101,92); }

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

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

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

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

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

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

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